feat:完善dto更新

This commit is contained in:
陈淳
2024-01-05 10:54:07 +08:00
parent 0bc5d865b0
commit 5bc2abb0df

View File

@@ -7,8 +7,6 @@ namespace Yi.Framework.Bbs.Application.Contracts.Dtos.Discuss
public string Title { get; set; } public string Title { get; set; }
public string? Types { get; set; } public string? Types { get; set; }
public string? Introduction { get; set; } public string? Introduction { get; set; }
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 string? Color { get; set; }