| | |
| | | <mapper namespace="com.sandu.ximon.dao.mapper.LEDMapper"> |
| | | |
| | | <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.LED"> |
| | | <id property="id" column="id" jdbcType="BIGINT"/> |
| | | <id property="userId" column="user_id" jdbcType="BIGINT"/> |
| | | <result property="kind" column="kind" jdbcType="INTEGER"/> |
| | | <result property="cardNo" column="card_no" jdbcType="VARCHAR"/> |
| | | <result property="state" column="state" jdbcType="INTEGER"/> |
| | | <result property="remark" column="remark" jdbcType="VARCHAR"/> |
| | | <result property="lampId" column="lamp_id" jdbcType="VARCHAR"/> |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/> |
| | | <id property="id" column="id" jdbcType="BIGINT"/> |
| | | <result property="userId" column="user__id" jdbcType="BIGINT"/> |
| | | <result property="kind" column="kind" jdbcType="INTEGER"/> |
| | | <result property="cardNo" column="card_no" jdbcType="VARCHAR"/> |
| | | <result property="state" column="state" jdbcType="INTEGER"/> |
| | | <result property="blongsPole" column="blongs_pole" jdbcType="BIGINT"/> |
| | | <result property="playplanId" column="playplan_id" jdbcType="BIGINT"/> |
| | | <result property="ip" column="ip" jdbcType="VARCHAR"/> |
| | | <result property="remark" column="remark" jdbcType="VARCHAR"/> |
| | | <result property="poleId" column="pole_id" jdbcType="VARCHAR"/> |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/> |
| | | </resultMap> |
| | | |
| | | </mapper> |
| | | <sql id="Base_Column_List"> |
| | | id,user__id,kind, |
| | | card_no,state,blongs_pole, |
| | | playplan_id,ip,remark, |
| | | pole_id,create_time,update_time |
| | | </sql> |
| | | </mapper> |