|  |  |  | 
|---|
|  |  |  | * @Description | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Data | 
|---|
|  |  |  | @JsonPropertyOrder({ "id", "countyId", "townId", "villageId", "divideId", "blockId", "name", "lng", "lat", "remarks", "operator", "operateDt", "blockName", "address"}) | 
|---|
|  |  |  | @JsonPropertyOrder({ "id", "countyId", "townId", "villageId", "divideId", "blockId", "name", "lng", "lat", "remarks", "operator", "operateDt", "blockName", "address", "controllerId", "rtuAddr", "protocol"}) | 
|---|
|  |  |  | public class VoAllIntake implements BaseEntity { | 
|---|
|  |  |  | private static final long serialVersionUID = 202412161003001L; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | * 地址 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String address; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 阀控器ID | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @JSONField(serializeUsing = ObjectWriterImplToString.class) | 
|---|
|  |  |  | private Long controllerId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * RTU地址 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String rtuAddr; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 通讯协议 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String protocol; | 
|---|
|  |  |  | } | 
|---|