From e2a61dae5d99b4e35707ca2043f37fecd3baaab0 Mon Sep 17 00:00:00 2001 From: mahao Date: Mon, 16 Oct 2023 10:44:27 +0800 Subject: [PATCH] =?UTF-8?q?[CI=20SKIP]=20=E4=BF=AE=E6=94=B9=20Qad=E5=8F=91?= =?UTF-8?q?=E7=A5=A8=E5=90=8C=E6=AD=A5=E7=8A=B6=E6=80=81=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=20=E5=AD=97=E6=AE=B5=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Entities/BQ/Dtos/InvoiceSyncQadDto.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/InvoiceSyncQadDto.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/InvoiceSyncQadDto.cs index 779e5718..8fd9cd5d 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/InvoiceSyncQadDto.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/InvoiceSyncQadDto.cs @@ -49,7 +49,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos /// 结算发票号 /// [Display(Name = "结算发票号")] - public string SaslnvoiceNumber { get; set; } + public string SasInvoiceNumber { get; set; } /// /// 客户 /// @@ -114,7 +114,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos /// [Display(Name = "结算发票号")] [ExporterHeader(DisplayName = "结算发票号")] - public string SaslnvoiceNumber { get; set; } + public string SasInvoiceNumber { get; set; } /// /// 客户 ///