| | |
| | | <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="size" column="size" jdbcType="DOUBLE"/> |
| | | <result property="pixel" column="pixel" jdbcType="VARCHAR"/> |
| | | <result property="programBase64" column="program_base64" jdbcType="VARCHAR"/> |
| | | <result property="preview" column="preview" jdbcType="VARCHAR"/> |
| | | <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"> |
| | | id,user_id,name, |
| | | size,pixel,program_base64, |
| | | kind,create_time |
| | | id,user_id,user_name, |
| | | name,preview,pages, |
| | | kind,create_time,update_time |
| | | </sql> |
| | | |
| | | </mapper> |