完善采购订单备注

This commit is contained in:
橙子
2023-01-08 16:58:53 +08:00
parent 36c113398d
commit 8077450be0
6 changed files with 20 additions and 2 deletions

View File

@@ -16,6 +16,8 @@ namespace Yi.Framework.DtoModel.ERP.Purchase
public DateTime? NeedTime { get; set; }
public string Buyer { get; set; } = string.Empty;
public string? Remarks { get; set; }
public long SupplierId { get; set; }
public List<PurchaseDetailsCreateUpdateInput>? PurchaseDetails { get; set; }