dao/src/main/java/com/sandu/ximon/dao/domain/Pole.java
@@ -33,6 +33,11 @@ private String poleName; /** * 设备类型 01 是CAT1 00 是MQTT串口主板 */ private Integer deviceType; /** * 客户id */ private Long clientId; @@ -73,6 +78,11 @@ private String deviceCode; /** * 灯杆在线状态 */ private String onLineState; /** * 绑定设备数量 */ private Integer bindingCount;