添加注释

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);
/***
/**
* 查询点赞数
*
* @param postId
@@ -29,7 +29,6 @@ public interface PostMapper {
*/
int selectLikeCount(Long postId);
/**
* 点赞数+1
*