|
|
@ -16,8 +16,8 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Vmi |
|
|
|
|
|
|
|
public VmiBalanceSumDetail(string vincode, string realPartcode, string erpToLoc, DateTime? shippingTime, DateTime? receiveTime, decimal sumQty, decimal shippingQty, decimal settleQty, decimal returnQty, decimal inputQty, decimal outputQty) |
|
|
|
{ |
|
|
|
Vincode = vincode; |
|
|
|
RealPartcode = realPartcode; |
|
|
|
VinCode = vincode; |
|
|
|
RealPartCode = realPartcode; |
|
|
|
ErpToLoc = erpToLoc; |
|
|
|
ShippingTime = shippingTime; |
|
|
|
ReceiveTime = receiveTime; |
|
|
@ -31,8 +31,8 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Vmi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public string Vincode { set; get; } |
|
|
|
public string RealPartcode { set; get; } |
|
|
|
public string VinCode { set; get; } |
|
|
|
public string RealPartCode { set; get; } |
|
|
|
public string ErpToLoc { set; get; } |
|
|
|
public DateTime? ShippingTime { set; get; } |
|
|
|
public DateTime? ReceiveTime { set; get; } |
|
|
@ -51,12 +51,12 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Vmi |
|
|
|
|
|
|
|
public VmiBalanceSum(string realPartcode, string erpToLoc, decimal sumQty) |
|
|
|
{ |
|
|
|
RealPartcode = realPartcode; |
|
|
|
RealPartCode = realPartcode; |
|
|
|
ErpToLoc = erpToLoc; |
|
|
|
SumQty = sumQty; |
|
|
|
} |
|
|
|
[Display(Name ="零件号")] |
|
|
|
public string RealPartcode { set; get; } |
|
|
|
public string RealPartCode { set; get; } |
|
|
|
[Display(Name = "库位")] |
|
|
|
public string ErpToLoc { set; get; } |
|
|
|
[Display(Name = "数量")] |
|
|
|