【优化】优化商品列表的筛选排序方式。

This commit is contained in:
jianweie code
2024-03-21 13:34:29 +08:00
parent 02b9ac94dc
commit 429da5e2fc
6 changed files with 93 additions and 85 deletions

View File

@@ -26,6 +26,11 @@ namespace CoreCms.Net.Model.FromBody
/// </summary>
public int limit { get; set; } = 10;
/// <summary>
/// 排序
/// </summary>
public string order { get; set; } = string.Empty;
/// <summary>
/// 判断条件
/// </summary>