完善采购订单供应商下拉列表

This commit is contained in:
陈淳
2023-01-06 15:40:46 +08:00
parent f4280298af
commit fd018555fa
13 changed files with 85 additions and 15 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 long SupplierId { get; set; }
public List<PurchaseDetailsCreateUpdateInput>? PurchaseDetails { get; set; }
}
}