修改税率
This commit is contained in:
@ -126,7 +126,7 @@ public class AppreciationInvoice extends BaseEntity {
|
|||||||
/**
|
/**
|
||||||
* 税率
|
* 税率
|
||||||
*/
|
*/
|
||||||
private BigDecimal taxRate;
|
private String taxRate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 价税合计
|
* 价税合计
|
||||||
|
|||||||
@ -127,7 +127,7 @@ public class AppreciationInvoiceBo extends BaseEntity {
|
|||||||
/**
|
/**
|
||||||
* 税率
|
* 税率
|
||||||
*/
|
*/
|
||||||
private BigDecimal taxRate;
|
private String taxRate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 价税合计
|
* 价税合计
|
||||||
|
|||||||
@ -190,7 +190,7 @@ public class AppreciationInvoiceVo implements Serializable {
|
|||||||
* 税率
|
* 税率
|
||||||
*/
|
*/
|
||||||
@ExcelProperty(value = "税率")
|
@ExcelProperty(value = "税率")
|
||||||
private BigDecimal taxRate;
|
private String taxRate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 价税合计
|
* 价税合计
|
||||||
|
|||||||
Reference in New Issue
Block a user