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;