|
|
@ -470,7 +470,7 @@ namespace Win.Sfs.SettleAccount.Entities.WMS |
|
|
|
public WmsHQMSharePartOutPutDetial() |
|
|
|
{ |
|
|
|
} |
|
|
|
public WmsHQMSharePartOutPutDetial(Guid id, string wmsBillNum, string orderBillNum, string materialCode, string materialDesc, string materialGroup, string outPut, string inPut, int state, string extend1, string extend2, string extend3, string parentMaterialCode, string billNum, Guid taskId, string remark, decimal qty, decimal stockQty) |
|
|
|
public WmsHQMSharePartOutPutDetial(Guid id, string wmsBillNum, string orderBillNum, string materialCode, string materialDesc, string materialGroup, string outPut, string inPut, int state, string extend1, string extend2, string extend3, string parentMaterialCode, string billNum, Guid taskId, string remark, decimal qty, decimal stockQty,decimal outputQty) |
|
|
|
{ |
|
|
|
Id = id; |
|
|
|
WmsBillNum = wmsBillNum; |
|
|
@ -490,6 +490,7 @@ namespace Win.Sfs.SettleAccount.Entities.WMS |
|
|
|
Remark = remark; |
|
|
|
Qty = qty; |
|
|
|
StockQty = stockQty; |
|
|
|
OutPutQty = outputQty; |
|
|
|
} |
|
|
|
public void SetId(Guid id) |
|
|
|
{ |
|
|
@ -545,6 +546,8 @@ namespace Win.Sfs.SettleAccount.Entities.WMS |
|
|
|
public string BillNum { set; get; } |
|
|
|
[ImporterHeader(Name = "任务ID", IsIgnore = true)] |
|
|
|
public Guid TaskId { set; get; } |
|
|
|
[ImporterHeader(Name = "出库数量", IsIgnore = true)] |
|
|
|
public decimal OutPutQty { set; get; } |
|
|
|
} |
|
|
|
|
|
|
|
#endregion
|
|
|
@ -824,7 +827,7 @@ namespace Win.Sfs.SettleAccount.Entities.WMS |
|
|
|
public WmsHQFSharePartOutPutDetial() |
|
|
|
{ |
|
|
|
} |
|
|
|
public WmsHQFSharePartOutPutDetial(Guid id, string wmsBillNum, string orderBillNum, string materialCode, string materialDesc, string materialGroup, string outPut, string inPut, int state, string extend1, string extend2, string extend3, string parentMaterialCode, string billNum, Guid taskId, string remark, decimal qty, decimal stockQty) |
|
|
|
public WmsHQFSharePartOutPutDetial(Guid id, string wmsBillNum, string orderBillNum, string materialCode, string materialDesc, string materialGroup, string outPut, string inPut, int state, string extend1, string extend2, string extend3, string parentMaterialCode, string billNum, Guid taskId, string remark, decimal qty, decimal stockQty,decimal outPutQty) |
|
|
|
{ |
|
|
|
Id = id; |
|
|
|
WmsBillNum = wmsBillNum; |
|
|
@ -844,6 +847,8 @@ namespace Win.Sfs.SettleAccount.Entities.WMS |
|
|
|
Remark = remark; |
|
|
|
Qty = qty; |
|
|
|
StockQty = stockQty; |
|
|
|
OutPutQty = outPutQty; |
|
|
|
|
|
|
|
} |
|
|
|
public void SetId(Guid id) |
|
|
|
{ |
|
|
@ -899,6 +904,9 @@ namespace Win.Sfs.SettleAccount.Entities.WMS |
|
|
|
public string BillNum { set; get; } |
|
|
|
[ImporterHeader(Name = "任务ID", IsIgnore = true)] |
|
|
|
public Guid TaskId { set; get; } |
|
|
|
|
|
|
|
[ImporterHeader(Name = "出库数量", IsIgnore = true)] |
|
|
|
public decimal OutPutQty { set; get; } |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -1054,7 +1062,7 @@ namespace Win.Sfs.SettleAccount.Entities.WMS |
|
|
|
public WmsHQHSharePartOutPutDetial() |
|
|
|
{ |
|
|
|
} |
|
|
|
public WmsHQHSharePartOutPutDetial(Guid id, string wmsBillNum, string orderBillNum, string materialCode, string materialDesc, string materialGroup, string outPut, string inPut, int state, string extend1, string extend2, string extend3, string parentMaterialCode, string billNum, Guid taskId, string remark, decimal qty,decimal stockQty) |
|
|
|
public WmsHQHSharePartOutPutDetial(Guid id, string wmsBillNum, string orderBillNum, string materialCode, string materialDesc, string materialGroup, string outPut, string inPut, int state, string extend1, string extend2, string extend3, string parentMaterialCode, string billNum, Guid taskId, string remark, decimal qty,decimal stockQty,decimal outputQty) |
|
|
|
{ |
|
|
|
Id = id; |
|
|
|
WmsBillNum = wmsBillNum; |
|
|
@ -1074,6 +1082,7 @@ namespace Win.Sfs.SettleAccount.Entities.WMS |
|
|
|
Remark = remark; |
|
|
|
Qty = qty; |
|
|
|
StockQty = stockQty; |
|
|
|
OutPutQty = outputQty; |
|
|
|
} |
|
|
|
public void SetId(Guid id) |
|
|
|
{ |
|
|
@ -1129,6 +1138,8 @@ namespace Win.Sfs.SettleAccount.Entities.WMS |
|
|
|
public string BillNum { set; get; } |
|
|
|
[ImporterHeader(Name = "任务ID", IsIgnore = true)] |
|
|
|
public Guid TaskId { set; get; } |
|
|
|
[ImporterHeader(Name = "出库数量", IsIgnore = true)] |
|
|
|
public decimal OutPutQty { set; get; } |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|