完善社区模块

This commit is contained in:
苏元皓
2024-09-01 16:55:58 +08:00
parent dda2cdfdc1
commit bde024527f
15 changed files with 352 additions and 106 deletions

View File

@@ -8,11 +8,12 @@
<id property="id" column="id" jdbcType="BIGINT"/>
<result property="userOpenid" column="user_openid" jdbcType="VARCHAR"/>
<result property="postId" column="post_id" jdbcType="BIGINT"/>
<result property="tutorialId" column="tutorialId" jdbcType="BIGINT"/>
<result property="isDeleted" column="is_deleted" jdbcType="TINYINT"/>
</resultMap>
<sql id="Base_Column_List">
id,user_openid,post_id,
id,user_openid, post_id, tutorialId,
is_deleted
</sql>
</mapper>