| | |
| | | <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="VARCHAR"/> |
| | | <result property="fileUrl" column="file_url" jdbcType="VARCHAR"/> |
| | | <result property="fileSize" column="file_size" jdbcType="DOUBLE"/> |
| | | <result property="originSize" column="origin_size" jdbcType="BIGINT"/> |
| | | <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_url,create_time |
| | | origin_size,create_time |
| | | </sql> |
| | | </mapper> |