添加注释
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user