修复bug
This commit is contained in:
@@ -56,6 +56,16 @@ namespace WMS.Web.Core.Dto.OutStockTask
|
||||
[Column("销售订单号")]
|
||||
public string SaleBillNo { get; set; }
|
||||
/// <summary>
|
||||
/// 来源单号(集合)
|
||||
///</summary>
|
||||
[Ignore]
|
||||
public List<string> SourceBillNoList { get; set; } = new List<string>();
|
||||
/// <summary>
|
||||
/// 销售订单号(集合)
|
||||
///</summary>
|
||||
[Ignore]
|
||||
public List<string> SaleBillNoList { get; set; } = new List<string>();
|
||||
/// <summary>
|
||||
/// 发货组织
|
||||
///</summary>
|
||||
[Column("发货组织")]
|
||||
|
||||
Reference in New Issue
Block a user