cy
2023-12-08 25b639f34bd7e80a69cdb5b46b2d082c1590d033
consum-base/src/main/java/com/consum/base/pojo/excel/OutputExcelTemplate.java
@@ -25,11 +25,12 @@
    @Excel(name = "单价")
    private Integer price;
    @Excel(name = "金额")
    private Integer totalAmount;
    private Double amount;
    @Excel(name = "备注")
    private String remark;
    @ExcelIgnore
    private Integer totalAmount;
    @ExcelIgnore
    private String businessFormCode;
    @ExcelIgnore