|
|
@ -491,6 +491,7 @@ namespace Win.Sfs.SettleAccount.Entities.WMS |
|
|
|
Qty = qty; |
|
|
|
StockQty = stockQty; |
|
|
|
OutPutQty = outputQty; |
|
|
|
BranchId = Id; |
|
|
|
} |
|
|
|
public void SetId(Guid id) |
|
|
|
{ |
|
|
@ -848,7 +849,8 @@ namespace Win.Sfs.SettleAccount.Entities.WMS |
|
|
|
Qty = qty; |
|
|
|
StockQty = stockQty; |
|
|
|
OutPutQty = outPutQty; |
|
|
|
|
|
|
|
BranchId = Id; |
|
|
|
|
|
|
|
} |
|
|
|
public void SetId(Guid id) |
|
|
|
{ |
|
|
@ -1083,6 +1085,11 @@ namespace Win.Sfs.SettleAccount.Entities.WMS |
|
|
|
Qty = qty; |
|
|
|
StockQty = stockQty; |
|
|
|
OutPutQty = outputQty; |
|
|
|
BranchId = Id; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
public void SetId(Guid id) |
|
|
|
{ |
|
|
|