This commit is contained in:
zhouhao
2017-07-25 22:02:36 +08:00
parent 647711d09c
commit ffcb9f1bd1

View File

@@ -6,7 +6,7 @@
<resultMap id="FileInfoResultMap" type="org.hswebframework.web.entity.file.FileInfoEntity">
<id property="id" column="u_id" javaType="string" jdbcType="VARCHAR"/>
<result property="name" column="name" javaType="String" jdbcType="VARCHAR"/>
<result property="location" column="path" javaType="String" jdbcType="VARCHAR"/>
<result property="location" column="location" javaType="String" jdbcType="VARCHAR"/>
<result property="type" column="type" javaType="String" jdbcType="VARCHAR"/>
<result property="md5" column="md5" javaType="String" jdbcType="VARCHAR"/>
<result property="size" column="size" javaType="Long" jdbcType="DECIMAL"/>