|
|
@ -18,29 +18,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//public string 行号 { set; get; }
|
|
|
|
//public string 客户 { set; get; }
|
|
|
|
//public string 出库类型 { set; get; }
|
|
|
|
//public string 结算单 { set; get; }
|
|
|
|
//public string 物料号 { set; get; }
|
|
|
|
//public string 通用代码号 { set; get; }
|
|
|
|
//public string 结算数量 { set; get; }
|
|
|
|
//public string 实际出库数量 { set; get; }
|
|
|
|
//public string 差异数量 { set; get; }
|
|
|
|
//public string 开票单价 { set; get; }
|
|
|
|
//public string 结算金额 { set; get; }
|
|
|
|
//public string WMS待出库金额 { set; get; }
|
|
|
|
//public string 物料组编码 { set; get; }
|
|
|
|
//public string 物料组车型 { set; get; }
|
|
|
|
//public string 物料描述 { set; get; }
|
|
|
|
//public string 备注 { set; get; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -63,8 +41,8 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report |
|
|
|
//[ImporterHeader(Name = "客户代码")]
|
|
|
|
//[ExporterHeader(DisplayName = "客户代码")]
|
|
|
|
//public string 客户代码 { set; get; }
|
|
|
|
//[ImporterHeader(Name = "结算单")]
|
|
|
|
//[ExporterHeader(DisplayName = "结算单")]
|
|
|
|
[ImporterHeader(Name = "结算单")] |
|
|
|
[ExporterHeader(DisplayName = "结算单")] |
|
|
|
public string 结算单 { set; get; } |
|
|
|
[ImporterHeader(Name = "物料号")] |
|
|
|
[ExporterHeader(DisplayName = "物料号")] |
|
|
@ -110,7 +88,26 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report |
|
|
|
public string 备注 { set; get; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//public string 行号 { set; get; }
|
|
|
|
//public string 客户 { set; get; }
|
|
|
|
//public string 出库类型 { set; get; }
|
|
|
|
//public string 结算单 { set; get; }
|
|
|
|
//public string 物料号 { set; get; }
|
|
|
|
//public string 通用代码号 { set; get; }
|
|
|
|
//public string 结算数量 { set; get; }
|
|
|
|
//public string 实际出库数量 { set; get; }
|
|
|
|
//public string 差异数量 { set; get; }
|
|
|
|
//public string 开票单价 { set; get; }
|
|
|
|
//public string 结算金额 { set; get; }
|
|
|
|
//public string WMS待出库金额 { set; get; }
|
|
|
|
//public string 物料组编码 { set; get; }
|
|
|
|
//public string 物料组车型 { set; get; }
|
|
|
|
//public string 物料描述 { set; get; }
|
|
|
|
|
|
|
|
//public string 备注 { set; get; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|