| | |
| | | |
| | | <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.LedSFile"> |
| | | <id property="fileId" column="file_id" jdbcType="BIGINT"/> |
| | | <result property="userId" column="user_id" jdbcType="BIGINT"/> |
| | | <result property="cilentId" column="cilent_id" jdbcType="BIGINT"/> |
| | | <result property="userName" column="user_name" jdbcType="VARCHAR"/> |
| | | <result property="originName" column="origin_name" jdbcType="VARCHAR"/> |
| | |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | </resultMap> |
| | | |
| | | <sql id="Base_Column_List"> |
| | | file_id |
| | | ,cilent_id,user_name, |
| | | origin_name,file_url,file_type, |
| | | file_size,height,width, |
| | | create_time |
| | | </sql> |
| | | </mapper> |