chore: 完成个人页面改造

This commit is contained in:
陈淳
2024-01-17 11:47:36 +08:00
parent 3d5aff3e29
commit 0d5c196f39
3 changed files with 135 additions and 27 deletions

View File

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