fix: 修复接口格式

This commit is contained in:
陈淳
2023-12-12 18:09:58 +08:00
parent 3461ae1fdf
commit 6773279d3e
2 changed files with 116 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ namespace Yi.Framework.Bbs.Application.Contracts.Dtos.Discuss
{
public class DiscussGetListInputVo : PagedAndSortedResultRequestDto
{
public string Title { get; set; }
public string? Title { get; set; }
public Guid? PlateId { get; set; }