|
|
@ -179,8 +179,8 @@ namespace Win.Sfs.SettleAccount.Entities.Wms.WmsSumOutput |
|
|
|
public string MaterialDesc { set; get; } |
|
|
|
[Display(Name = "备注")] |
|
|
|
public string Remark1 { set; get; } |
|
|
|
[Display(Name = "状态")] |
|
|
|
public int State { set; get; } |
|
|
|
//[Display(Name = "状态")]
|
|
|
|
//public int State { set; get; }
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
@ -254,8 +254,8 @@ namespace Win.Sfs.SettleAccount.Entities.Wms.WmsSumOutput |
|
|
|
{ |
|
|
|
} |
|
|
|
|
|
|
|
[Display(Name = "版本号")] |
|
|
|
public string Version { set; get; } |
|
|
|
//[Display(Name = "版本号")]
|
|
|
|
//public string Version { set; get; }
|
|
|
|
|
|
|
|
[Display(Name = "客户")] |
|
|
|
public string Client { set; get; } |
|
|
@ -282,24 +282,24 @@ namespace Win.Sfs.SettleAccount.Entities.Wms.WmsSumOutput |
|
|
|
public decimal OutputQty { set; get; } |
|
|
|
[Display(Name = "差异数量")] |
|
|
|
public decimal DiffQty { set; get; } |
|
|
|
//[Display(Name = "开票单价")]
|
|
|
|
//public decimal Price { set; get; }
|
|
|
|
//[Display(Name = "结算金额")]
|
|
|
|
//public decimal Amt { set; get; }
|
|
|
|
[Display(Name = "开票单价")] |
|
|
|
public decimal Price { set; get; } |
|
|
|
[Display(Name = "结算金额")] |
|
|
|
public decimal Amt { set; get; } |
|
|
|
//[Display(Name = "已出库金额")]
|
|
|
|
//public decimal OutPutAmt { set; get; }
|
|
|
|
//[Display(Name = "WMS待出库金额")]
|
|
|
|
//public decimal DiffAmt { set; get; }
|
|
|
|
[Display(Name = "物料组编码")] |
|
|
|
public string MaterialGroupCode { set; get; } |
|
|
|
public string EstimateType { set; get; } |
|
|
|
[Display(Name = "物料组(车型)")] |
|
|
|
public string MaterialGroup { set; get; } |
|
|
|
[Display(Name = "物料组描述")] |
|
|
|
public string MaterialDesc { set; get; } |
|
|
|
[Display(Name = "备注")] |
|
|
|
public string Remark1 { set; get; } |
|
|
|
[Display(Name = "状态")] |
|
|
|
public int State { set; get; } |
|
|
|
//[Display(Name = "状态")]
|
|
|
|
//public int State { set; get; }
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|