| | |
| | | |
| | | <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.LampPost"> |
| | | <id property="id" column="id" jdbcType="BIGINT"/> |
| | | <result property="userId" column="user_id" jdbcType="BIGINT"/> |
| | | <result property="lampId" column="lamp_id" jdbcType="BIGINT"/> |
| | | <result property="name" column="name" jdbcType="VARCHAR"/> |
| | | <result property="macCode" column="mac_code" jdbcType="VARCHAR"/> |
| | | <result property="group" column="group" jdbcType="VARCHAR"/> |
| | | <result property="state" column="state" jdbcType="VARCHAR"/> |
| | | <result property="bound" column="bound" jdbcType="VARCHAR"/> |
| | | <result property="belongs" column="belongs" jdbcType="VARCHAR"/> |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/> |
| | | </resultMap> |
| | | |
| | | </mapper> |