From 127deadc38bd0b4b7087d764d466ff60bb6f93f4 Mon Sep 17 00:00:00 2001 From: mahao Date: Wed, 12 Jul 2023 16:34:46 +0800 Subject: [PATCH] =?UTF-8?q?BBAC=E3=80=81HBPO=E5=8F=91=E8=BF=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Entities/BQ/Dtos/BBAC_SE_EDI_DTO.cs | 12 +++++----- .../Entities/BQ/Dtos/HBPO_SE_DETAIL_DTO.cs | 22 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/BBAC_SE_EDI_DTO.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/BBAC_SE_EDI_DTO.cs index 1b82715a..596807e6 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/BBAC_SE_EDI_DTO.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/BBAC_SE_EDI_DTO.cs @@ -94,42 +94,42 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos /// 生产码 /// [Display(Name = "生产码")] - [ExporterHeader(DisplayName = "{0}")] + [ExporterHeader(DisplayName = "生产码")] public string PN { get; set; } = null!; /// /// 日顺序号 /// [Display(Name = "日顺序号")] - [ExporterHeader(DisplayName = "{0}")] + [ExporterHeader(DisplayName = "日顺序号")] public string SeqNumber { get; set; } = null!; /// /// 小总成号 /// [Display(Name = "小总成号")] - [ExporterHeader(DisplayName = "{0}")] + [ExporterHeader(DisplayName = "小总成号")] public string AssemblyCode { get; set; } = null!; /// /// 注塑码 /// [Display(Name = "注塑码")] - [ExporterHeader(DisplayName = "{0}")] + [ExporterHeader(DisplayName = "注塑码")] public string InjectionCode { get; set; } = null!; /// /// EDI数量 /// [Display(Name = "EDI数量")] - [ExporterHeader(DisplayName = "{0}")] + [ExporterHeader(DisplayName = "EDI数量")] public decimal Qty { get; set; } /// /// 订货时间 /// [Display(Name = "订货时间")] - [ExporterHeader(DisplayName = "{0}")] + [ExporterHeader(DisplayName = "订货时间")] public DateTime BeginDate { get; set; } } diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/HBPO_SE_DETAIL_DTO.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/HBPO_SE_DETAIL_DTO.cs index 5a548264..bfd3bea6 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/HBPO_SE_DETAIL_DTO.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/HBPO_SE_DETAIL_DTO.cs @@ -89,77 +89,77 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos /// 期间 /// [Display(Name = "期间")] - [ExporterHeader(DisplayName = "{0}")] + [ExporterHeader(DisplayName = "期间")] public int Version { set; get; } /// /// 发货时间 /// [Display(Name = "发货时间")] - [ExporterHeader(DisplayName = "{0}")] + [ExporterHeader(DisplayName = "发货时间")] public DateTime ShippingDate { set; get; } /// /// 发运单号 /// [Display(Name = "发运单号")] - [ExporterHeader(DisplayName = "{0}")] + [ExporterHeader(DisplayName = "发运单号")] public string WmsBillNum { set; get; } /// /// 零件号 /// [Display(Name = "零件号")] - [ExporterHeader(DisplayName = "{0}")] + [ExporterHeader(DisplayName = "零件号")] public string LU { get; set; } /// /// 生产号 /// [Display(Name = "生产号")] - [ExporterHeader(DisplayName = "{0}")] + [ExporterHeader(DisplayName = "生产号")] public string PN { get; set; } /// /// 组合键值(LU+PN) /// [Display(Name = "组合键值(LU+PN)")] - [ExporterHeader(DisplayName = "{0}")] + [ExporterHeader(DisplayName = "组合键值(LU+PN)")] public string KeyCode { get; set; } /// /// 数量 /// [Display(Name = "数量")] - [ExporterHeader(DisplayName = "{0}")] + [ExporterHeader(DisplayName = "数量")] public decimal Qty { get; set; } /// /// 日顺序号 /// [Display(Name = "日顺序号")] - [ExporterHeader(DisplayName = "{0}")] + [ExporterHeader(DisplayName = "日顺序号")] public string SeqNumber { get; set; } /// /// 小总成号 /// [Display(Name = "小总成号")] - [ExporterHeader(DisplayName = "{0}")] + [ExporterHeader(DisplayName = "小总成号")] public string AssemblyCode { get; set; } /// /// 注塑码 /// [Display(Name = "注塑码")] - [ExporterHeader(DisplayName = "{0}")] + [ExporterHeader(DisplayName = "注塑码")] public string InjectionCode { get; set; } /// /// 订单时间 /// [Display(Name = "订单时间")] - [ExporterHeader(DisplayName = "{0}")] + [ExporterHeader(DisplayName = "订单时间")] public DateTime BeginDate { get; set; } }