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; }