| | |
| | | * @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", "rtuAddr", "protocol"}) |
| | | public class VoAllIntake implements BaseEntity { |
| | | private static final long serialVersionUID = 202412161003001L; |
| | | |
| | |
| | | * 地址 |
| | | */ |
| | | private String address; |
| | | |
| | | /** |
| | | * RTU地址 |
| | | */ |
| | | private String rtuAddr; |
| | | |
| | | /** |
| | | * 通讯协议 |
| | | */ |
| | | private String protocol; |
| | | } |