视频增加封面

This commit is contained in:
none
2023-03-08 13:42:25 +08:00
parent 5e9a8ecd40
commit 1486e518cc
7 changed files with 34 additions and 14 deletions

View File

@@ -6,11 +6,13 @@
<resultMap id="BaseResultMap" type="xyz.playedu.api.domain.ResourceVideo">
<result property="rid" column="rid" jdbcType="INTEGER"/>
<result property="poster" column="poster" jdbcType="VARCHAR"/>
<result property="duration" column="duration" jdbcType="INTEGER"/>
<result property="createdAt" column="created_at" jdbcType="TIMESTAMP"/>
</resultMap>
<sql id="Base_Column_List">
rid,duration,created_at
rid,poster,duration,
created_at
</sql>
</mapper>