This commit is contained in:
2025-08-01 13:48:29 +08:00
parent 37859063e7
commit 5b029f6179
2 changed files with 7 additions and 0 deletions

View File

@@ -67,6 +67,12 @@ namespace MyCode.Project.Domain.Message.Request.PurchaseOrder
/// </summary>
public string SortString { get; set; }
/// <summary>
/// Desc:供应商名称
/// </summary>
public string SupplierName { get; set; }
}
public class PurchaseOrderItemSearch