点赞++2

This commit is contained in:
sjm
2023-12-20 20:48:17 +08:00
parent 09165ec608
commit 67530a8c90
7 changed files with 91 additions and 28 deletions

View File

@@ -4,5 +4,5 @@ import com.lovenav.entity.Comment;
public interface CommentService {
// 点赞
public int AddLikeCount(Comment comment);
public String AddLikeCount(Comment comment);
}