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

@@ -24,5 +24,7 @@ namespace Yi.Framework.Bbs.Application.Contracts.Dtos.Discuss
/// 封面
/// </summary>
public string? Cover { get; set; }
public int OrderNum { get; set; } = 0;
}
}

View File

@@ -20,5 +20,7 @@ namespace Yi.Framework.Bbs.Application.Contracts.Dtos.Discuss
/// <20><><EFBFBD><EFBFBD>
/// </summary>
public string? Cover { get; set; }
public int OrderNum { get; set; }
}
}