Browse Source

更新

master
zhaoxinyu 9 months ago
parent
commit
1dd71cff8b
  1. 6
      code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/INVOICE_GRP_DTO.cs

6
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
/// </summary>
[Display(Name = "未税金额")]
public decimal Amt { get; set; }
/// <summary>
///税后金额
/// </summary>
@ -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; }
}

Loading…
Cancel
Save