mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-06 17:26:35 +08:00
完善采购订单供应商下拉列表
This commit is contained in:
@@ -15,6 +15,8 @@ namespace Yi.Framework.DtoModel.ERP.Purchase
|
||||
public string Buyer { get; set; } = string.Empty;
|
||||
public long TotalMoney { get; set; }
|
||||
public long PaidMoney { get; set; }
|
||||
|
||||
public string SupplierName { get; set; } = string.Empty;
|
||||
public PurchaseStateEnum PurchaseState { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user