mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-12 04:29:28 +08:00
perf:优化批量dto
This commit is contained in:
@@ -17,7 +17,10 @@ namespace Yi.BBS.Application.Contracts.Forum.Dtos
|
||||
public long Id { get; set; }
|
||||
|
||||
public DateTime? CreateTime { get; set; }
|
||||
public string Content { get; set; }
|
||||
|
||||
|
||||
//批量查询,不给内容,性能考虑
|
||||
//public string Content { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -19,7 +19,9 @@ namespace Yi.BBS.Application.Contracts.Forum.Dtos.Discuss
|
||||
|
||||
public int AgreeNum { get; set; }
|
||||
public int SeeNum { get; set; }
|
||||
public string Content { get; set; }
|
||||
|
||||
//批量查询,不给内容,性能考虑
|
||||
//public string Content { get; set; }
|
||||
public string? Color { get; set; }
|
||||
|
||||
public long PlateId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user