mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-26 19:23:25 +08:00
fix:完成非空问题修复
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Yi.Furion.Core.Bbs.Dtos.Comment
|
||||
public class CommentGetListInputVo
|
||||
{
|
||||
public DateTime? creationTime { get; set; }
|
||||
public string Content { get; set; }
|
||||
public string? Content { get; set; }
|
||||
|
||||
//应该选择具体莫个主题查询
|
||||
public long? DiscussId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user