feat: 主题返回板块关系

This commit is contained in:
橙子
2024-01-04 20:36:54 +08:00
parent 937f9e1711
commit 461ea6c54d
2 changed files with 14 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
using Volo.Abp.Application.Dtos;
using Yi.Framework.Bbs.Application.Contracts.Dtos.BbsUser;
using Yi.Framework.Bbs.Application.Contracts.Dtos.Plate;
using Yi.Framework.Bbs.Domain.Shared.Enums;
using Yi.Framework.Rbac.Application.Contracts.Dtos.User;
@@ -37,5 +38,7 @@ namespace Yi.Framework.Bbs.Application.Contracts.Dtos.Discuss
public bool IsAgree { get; set; } = false;
public List<Guid>? PermissionUserIds { get; set; }
public BbsUserGetListOutputDto User { get; set; }
public PlateGetOutputDto Plate { get; set; }
}
}