点赞++2
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
package com.lovenav.service;
|
||||
|
||||
import com.lovenav.entity.Comment;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
|
||||
public interface CommentService {
|
||||
// 点赞
|
||||
public String AddLikeCount(Comment comment);
|
||||
public String AddLikeCount(int id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user