| | |
| | | <mapper namespace="com.sandu.ximon.dao.mapper.RemoteUpdateFileMapper"> |
| | | |
| | | <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.RemoteUpdateFile"> |
| | | <id property="id" column="id" jdbcType="INTEGER"/> |
| | | <result property="filename" column="filename" jdbcType="VARCHAR"/> |
| | | <result property="softwareVersion" column="software_version" jdbcType="DECIMAL"/> |
| | | <result property="hardwareVersion" column="hardware_version" jdbcType="DECIMAL"/> |
| | | <result property="aliAddress" column="ali_address" jdbcType="VARCHAR"/> |
| | | <result property="fileType" column="file_type" jdbcType="VARCHAR"/> |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | <result property="fileLength" column="file_length" jdbcType="VARCHAR"/> |
| | | <id property="id" column="id" jdbcType="INTEGER"/> |
| | | <result property="uploadUserId" column="upload_user_id" jdbcType="BIGINT"/> |
| | | <result property="uploadUserType" column="upload_user_type" jdbcType="INTEGER"/> |
| | | <result property="filename" column="filename" jdbcType="VARCHAR"/> |
| | | <result property="softwareVersion" column="software_version" jdbcType="DECIMAL"/> |
| | | <result property="hardwareVersion" column="hardware_version" jdbcType="DECIMAL"/> |
| | | <result property="aliAddress" column="ali_address" jdbcType="VARCHAR"/> |
| | | <result property="fileType" column="file_type" jdbcType="VARCHAR"/> |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | <result property="fileLength" column="file_length" jdbcType="VARCHAR"/> |
| | | </resultMap> |
| | | |
| | | <sql id="Base_Column_List"> |
| | | id,filename,software_version, |
| | | hardware_version,ali_address,file_type, |
| | | create_time,file_length |
| | | </sql> |
| | | </mapper> |