liurunyu
4 天以前 841c8fec5cda842161bd8e8d28bf6deb83ae806c
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/voPr/VoAllIntake.java
@@ -15,7 +15,7 @@
 * @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;
@@ -95,4 +95,14 @@
     * 地址
     */
    private String address;
    /**
     * RTU地址
     */
    private String rtuAddr;
    /**
     * 通讯协议
     */
    private String protocol;
}