Merge branch 'framework' of https://gitee.com/ccnetcore/Yi into framework

# Conflicts:
#	Yi.Framework.Net6/src/project/bbs/Yi.BBS.Application.Contracts/Forum/Dtos/Comment/CommentGetListOutputDto.cs
This commit is contained in:
陈淳
2023-03-24 17:15:46 +08:00
7 changed files with 164 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ namespace Yi.BBS.Application.Contracts.Forum.Dtos
{
public class CommentGetListInputVo
{
public DateTime? CreateTime { get; set; }
public DateTime? creationTime { get; set; }
public string? Content { get; set; }
//应该选择具体莫个主题查询

View File

@@ -16,7 +16,9 @@ namespace Yi.BBS.Application.Contracts.Forum.Dtos
{
public long Id { get; set; }
public DateTime? CreateTime { get; set; }
public DateTime? CreationTime { get; set; }
//批量查询,不给内容,性能考虑