| | |
| | | |
| | | <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.AdvisementPlayerFile"> |
| | | <id property="id" column="id" jdbcType="BIGINT"/> |
| | | <result property="name" column="name" jdbcType="VARCHAR"/> |
| | | <result property="userId" column="user_id" jdbcType="BIGINT"/> |
| | | <result property="userName" column="user_name" jdbcType="VARCHAR"/> |
| | | <result property="clientId" column="client_id" jdbcType="BIGINT"/> |
| | | <result property="fileName" column="file_name" jdbcType="VARCHAR"/> |
| | | <result property="fileSize" column="file_size" jdbcType="DOUBLE"/> |
| | | <result property="fileBase64" column="file_base64" jdbcType="VARCHAR"/> |
| | | <result property="fileSize" column="file_size" jdbcType="VARCHAR"/> |
| | | <result property="fileUrl" column="file_url" jdbcType="VARCHAR"/> |
| | | <result property="fileType" column="file_type" jdbcType="VARCHAR"/> |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | </resultMap> |
| | | |
| | | <sql id="Base_Column_List"> |
| | | id,user_id,user_name, |
| | | client_id,file_name,file_size, |
| | | file_base64,file_type,create_time |
| | | id,name,user_id, |
| | | user_name,client_id,file_name, |
| | | file_size,file_url,file_type, |
| | | create_time |
| | | </sql> |
| | | </mapper> |