From c971f313ab1c5fbbe8a7ad52ca585522e9f9e063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=20=E8=B5=B5?= <89237069@qq.com> Date: Fri, 17 Nov 2023 15:20:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Entities/BQ/Dtos/INVOICE_GRP_DTO.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/INVOICE_GRP_DTO.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/INVOICE_GRP_DTO.cs index 70831ce5..574a4a12 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/INVOICE_GRP_DTO.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/INVOICE_GRP_DTO.cs @@ -65,10 +65,10 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos public string ClientCode { get; set; } - [Display(Name = "发票日期")] + [Display(Name = "开票日期")] public string CreationTime { get; set; } - [Display(Name = "更新时间")] + [Display(Name = "导入时间")] public string LastModificationTime { get; set; } } @@ -167,7 +167,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos //public decimal TaxDiff { get; set; } [ExporterHeader(DisplayName = "客户代码")] public string ClientCode { get; set; } - [ExporterHeader(DisplayName = "发票日期")] + [ExporterHeader(DisplayName = "开票日期")] public string CreationTime { get; set; } @@ -211,7 +211,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos public decimal PreTaxDiff { get; set; } - [ImporterHeader(Name = "发票日期", FixAllSpace = true)] + [ImporterHeader(Name = "开票日期", FixAllSpace = true)] [Required(ErrorMessage = "{0}是必填项")] public DateTime InvoiceDate { get; set; }