任务单来源单调整为明细
This commit is contained in:
@@ -32,6 +32,11 @@ namespace WMS.Web.Domain.Entitys
|
||||
[Column("Erp_DetailId")]
|
||||
public int Erp_DetailId { get; set; }
|
||||
/// <summary>
|
||||
/// 来源单号(合并后有多个)
|
||||
///</summary>
|
||||
[Column("SourceBillNo")]
|
||||
public List<string> SourceBillNos { get; set; }
|
||||
/// <summary>
|
||||
/// 销售订单号
|
||||
///</summary>
|
||||
[Column("SaleBillNo")]
|
||||
|
||||
Reference in New Issue
Block a user