This commit is contained in:
2025-07-14 10:09:00 +08:00
parent e24c2e31cc
commit eb9843dc8b
2 changed files with 23 additions and 2 deletions

View File

@@ -57,7 +57,16 @@ namespace MyCode.Project.Domain.Message.Request.PurchaseOrder
/// </summary>
public string MaterialCode { get; set; }
/// <summary>
/// 排序顺序 0=倒序 1=顺序
/// </summary>
public int SortType { get; set; }
/// <summary>
/// 排序字段 默认传=""
/// </summary>
public string SortString { get; set; }
}
public class PurchaseOrderItemSearch