Browse Source

更新版本

master
学 赵 1 year ago
parent
commit
99a1560504
  1. 2
      code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/INVOICE_GRP_DTO.cs

2
code/src/Modules/SettleAccount/src/SettleAccount.Application.Contracts/Entities/BQ/Dtos/INVOICE_GRP_DTO.cs

@ -199,7 +199,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Dtos
[ImporterHeader(Name = "发票尾差", FixAllSpace = true)]
[Required(ErrorMessage = "{0}是必填项")]
public decimal TaxDiff { get; set; }
public decimal PreTaxDiff { get; set; }

Loading…
Cancel
Save