| | |
| | | <mapper namespace="com.sandu.ximon.dao.mapper.LEDProgramMapper"> |
| | | |
| | | <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.LEDProgram"> |
| | | <id property="id" column="id" jdbcType="BIGINT"/> |
| | | <result property="userId" column="user_id" jdbcType="BIGINT"/> |
| | | <result property="userName" column="user_name" jdbcType="VARCHAR"/> |
| | | <result property="name" column="name" jdbcType="VARCHAR"/> |
| | | <result property="preview" column="preview" jdbcType="VARCHAR"/> |
| | | <result property="width" column="width" jdbcType="INTEGER"/> |
| | | <result property="height" column="height" jdbcType="INTEGER"/> |
| | | <result property="pages" column="pages" jdbcType="VARCHAR"/> |
| | | <result property="kind" column="kind" jdbcType="INTEGER"/> |
| | | <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="clientId" column="client_id" jdbcType="BIGINT"/> |
| | | <result property="userName" column="user_name" jdbcType="VARCHAR"/> |
| | | <result property="name" column="name" jdbcType="VARCHAR"/> |
| | | <result property="preview" column="preview" jdbcType="VARCHAR"/> |
| | | <result property="width" column="width" jdbcType="INTEGER"/> |
| | | <result property="height" column="height" jdbcType="INTEGER"/> |
| | | <result property="pages" column="pages" jdbcType="VARCHAR"/> |
| | | <result property="kind" column="kind" jdbcType="INTEGER"/> |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/> |
| | | </resultMap> |
| | | |
| | | <sql id="Base_Column_List"> |