mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-14 13:16:39 +08:00
feat: 优化主题置顶显示,同时添加模板
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Yi.Framework.Bbs.Application.Contracts.Dtos.Discuss
|
||||
public Guid? PlateId { get; set; }
|
||||
|
||||
//默认查询非置顶
|
||||
public bool IsTop { get; set; } = false;
|
||||
public bool? IsTop { get; set; }
|
||||
|
||||
|
||||
//查询方式
|
||||
|
||||
Reference in New Issue
Block a user