feat: 完成板块的排序功能

This commit is contained in:
橙子
2023-12-18 23:17:09 +08:00
parent c49e89605c
commit e84a9ae114
5 changed files with 1578 additions and 0 deletions

View File

@@ -10,5 +10,7 @@ namespace Yi.Framework.Bbs.Application.Contracts.Dtos.Plate
public string? Introduction { get; set; }
public string Code { get; set; }
public int OrderNum { get; set; }
}
}