调整出库单结构

This commit is contained in:
18942506660
2023-11-15 14:11:05 +08:00
parent 4fdb8b96d1
commit 73589f0dc3
7 changed files with 32 additions and 15 deletions

View File

@@ -30,8 +30,12 @@ namespace WMS.Web.Domain.Entitys
/// 销售订单号
///</summary>
[Column("SaleBillNo")]
public string SaleBillNo { get; set; }
public List<string> SaleBillNos { get; set; }
/// <summary>
/// 来源单号
///</summary>
[Column("SourceBillNo")]
public List<string> SourceBillNos { get; set; }
/// <summary>
/// 物料Id
///</summary>