2021与蓝度共同重构项目,服务端
fix
zhanzhiqin
2022-04-27 0064fa7e640994b361d34fef55e13a9d0157f8bd
dao/src/main/java/com/sandu/ximon/dao/domain/Pole.java
@@ -33,6 +33,16 @@
    private String poleName;
    /**
     * 设备类型  01 是CAT1 00 是MQTT串口主板
     */
    private Integer deviceType;
    /**
     *
     */
    private Long userId;
    /**
     * 客户id
     */
    private Long clientId;
@@ -73,6 +83,11 @@
    private String deviceCode;
    /**
     * 灯杆在线状态
     */
    private String onLineState;
    /**
     * 绑定设备数量
     */
    private Integer bindingCount;