mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-04 08:06:37 +08:00
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:
@@ -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; }
|
||||
|
||||
//应该选择具体莫个主题查询
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
|
||||
//批量查询,不给内容,性能考虑
|
||||
|
||||
Reference in New Issue
Block a user