| dao/src/main/java/com/sandu/ximon/dao/domain/Client.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| dao/src/main/resources/mapper/ClientMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
dao/src/main/java/com/sandu/ximon/dao/domain/Client.java
@@ -35,6 +35,11 @@ private String clientSuperior; /** * 头像 */ private String icon; /** * 联系人 */ private String linkMan; dao/src/main/resources/mapper/ClientMapper.xml
@@ -10,6 +10,7 @@ <result property="clientSuperior" column="client_superior" jdbcType="VARCHAR"/> <result property="linkMan" column="linkman" jdbcType="VARCHAR"/> <result property="mobile" column="mobile" jdbcType="VARCHAR"/> <result property="icon" column="icon" jdbcType="VARCHAR"/> <result property="password" column="password" jdbcType="VARCHAR"/> <result property="countLight" column="count_light" jdbcType="INTEGER"/> <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>