feat:完善评论功能

This commit is contained in:
陈淳
2023-03-24 17:33:05 +08:00
parent af80d8e89b
commit fd3142bc19
7 changed files with 18 additions and 11 deletions

View File

@@ -10,7 +10,9 @@ namespace Yi.BBS.Application.Contracts.Forum.Dtos
public class ArticleAllOutputDto : IEntityDto<long>
{
public long Id { get; set; }
public string Content { get; set; }
//批量查询,不给内容,性能考虑
//public string Content { get; set; }
public string Name { get; set; }
public long DiscussId { get; set; }
public long ParentId { get; set; }

View File

@@ -10,7 +10,8 @@ namespace Yi.BBS.Application.Contracts.Forum.Dtos
public class ArticleGetListOutputDto : IEntityDto<long>
{
public long Id { get; set; }
public string Content { get; set; }
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѯ<EFBFBD><D1AF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݣ<EFBFBD><DDA3><EFBFBD><EFBFBD>ܿ<EFBFBD><DCBF><EFBFBD>
//public string Content { get; set; }
public string Name { get; set; }
public long DiscussId { get; set; }

View File

@@ -21,8 +21,8 @@ namespace Yi.BBS.Application.Contracts.Forum.Dtos
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѯ<EFBFBD><D1AF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݣ<EFBFBD><DDA3><EFBFBD><EFBFBD>ܿ<EFBFBD><DCBF><EFBFBD>
//public string Content { get; set; }
public string Content { get; set; }
/// <summary>