@ -66,13 +66,13 @@ public class QsExcelEntity {
* 税额
*/
@ExcelProperty("税额")
private String taxAmount;
private BigDecimal taxAmount;
/**
* 价格合计
@ExcelProperty("价税合计金额")
private String totalAmount;
private BigDecimal totalAmount;
* 备注