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