feat: 添加首页置顶接口

This commit is contained in:
橙子
2023-12-18 23:15:13 +08:00
parent eed9534309
commit c49e89605c
6 changed files with 4131 additions and 5 deletions

View File

@@ -39,6 +39,8 @@ namespace Yi.Framework.Bbs.Domain.Entities
//是否置顶默认false
public bool IsTop { get; set; }
public int OrderNum { get; set; } = 0;
public DiscussPermissionTypeEnum PermissionType { get; set; }