发布等

This commit is contained in:
2025-01-08 09:04:13 +08:00
parent fdef054baf
commit 75a119a130
113 changed files with 5911 additions and 400 deletions

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.sa.zentao.mapper.ZtFileMapper">
<resultMap id="BaseResultMap" type="com.sa.zentao.entity.ZtFile">
<result column="id" property="id" />
<result column="pathname" property="pathname" />
<result column="title" property="title" />
<result column="extension" property="extension" />
<result column="size" property="size" />
<result column="objectType" property="objecttype" />
<result column="objectID" property="objectid" />
<result column="addedBy" property="addedby" />
<result column="addedDate" property="addeddate" />
<result column="downloads" property="downloads" />
<result column="extra" property="extra" />
<result column="deleted" property="deleted" />
</resultMap>
</mapper>