feat: 添加首页置顶接口
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user