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 574a4a12..5d5319fb 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 @@ -31,6 +31,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos /// [Display(Name = "未税金额")] public decimal Amt { get; set; } + /// ///税后金额 /// @@ -70,6 +71,8 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos [Display(Name = "导入时间")] public string LastModificationTime { get; set; } + [Display(Name = "备注")] + public string FileName { get; set; } } @@ -170,7 +173,8 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos [ExporterHeader(DisplayName = "开票日期")] public string CreationTime { get; set; } - + [ExporterHeader(DisplayName = "备注")] + public string FileName { get; set; } }