添加注释

This commit is contained in:
KilLze
2025-12-19 01:42:40 +08:00
parent c6f3cb72dd
commit 05e71576c6

View File

@@ -21,7 +21,7 @@ public interface PostMapper {
*/ */
int deletePostById(Integer postId); int deletePostById(Integer postId);
/*** /**
* 查询点赞数 * 查询点赞数
* *
* @param postId * @param postId
@@ -29,7 +29,6 @@ public interface PostMapper {
*/ */
int selectLikeCount(Long postId); int selectLikeCount(Long postId);
/** /**
* 点赞数+1 * 点赞数+1
* *