mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:43:26 +08:00
【优化】优化商品列表的筛选排序方式。
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user