2021与蓝度共同重构项目,服务端
zhanzhiqin
2022-03-08 0bbba0fe5cfc2c37eafecfd70d45930165ba1930
dao/src/main/java/com/sandu/ximon/dao/domain/Client.java
@@ -17,6 +17,12 @@
    @TableId(type = IdType.AUTO)
    private Long id;
    /**
     * 上级客户id
     */
    private Long superiorId;
    /**
     * 客户/企业名称
     */
@@ -37,6 +43,11 @@
     */
    private String mobile;
    /**
     * 密码
     */
    private String password;
    /*灯杆数量*/
    private Integer countLight;