评论建表
This commit is contained in:
@@ -6,6 +6,6 @@ namespace Yi.Framework.Interface
|
||||
{
|
||||
public partial interface IAgreeService : IBaseService<AgreeEntity>
|
||||
{
|
||||
Task<bool> OperateAsync(long articleId, long userId);
|
||||
Task<bool> OperateAsync(long articleOrCommentId, long userId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user