mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-10 11:40:52 +08:00
评论建表
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