修改税率

This commit is contained in:
zzz
2025-12-12 10:08:30 +08:00
parent 10e449c001
commit ee864c882a
3 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@ public class AppreciationInvoice extends BaseEntity {
/**
* 税率
*/
private BigDecimal taxRate;
private String taxRate;
/**
* 价税合计

View File

@ -127,7 +127,7 @@ public class AppreciationInvoiceBo extends BaseEntity {
/**
* 税率
*/
private BigDecimal taxRate;
private String taxRate;
/**
* 价税合计

View File

@ -190,7 +190,7 @@ public class AppreciationInvoiceVo implements Serializable {
* 税率
*/
@ExcelProperty(value = "税率")
private BigDecimal taxRate;
private String taxRate;
/**
* 价税合计