feat: 找出问题

This commit is contained in:
橙子
2024-10-26 15:11:45 +08:00
parent bbc18dcaf9
commit 4b7abd4fe0
9 changed files with 175 additions and 480 deletions

View File

@@ -6,8 +6,7 @@ namespace Yi.Framework.Bbs.Application.Contracts.IServices
/// <summary>
/// Comment服务抽象
/// </summary>
public interface ICommentService : IYiCrudAppService<CommentGetOutputDto, CommentGetListOutputDto, Guid, CommentGetListInputVo, CommentCreateInputVo, CommentUpdateInputVo>
{
public interface ICommentService{
/// <summary>
/// 发表评论
/// </summary>