futian.liu
2023-12-13 726a0dae13c9166ba31e4d504440334c8db26fd5
consum-base/src/main/java/com/consum/base/pojo/excel/ScrappedInfoExcelTemplate.java
@@ -26,7 +26,7 @@
    @Excel(name = "数量")
    private Integer num;
    @Excel(name = "金额")
    private Integer totalAmount;
    private Double amount;
    @Excel(name = "报废原因")
    private String deception;
@@ -34,6 +34,8 @@
    private String remark;
    @ExcelIgnore
    private Integer totalAmount;
    @ExcelIgnore
    private String businessFormCode;
    @ExcelIgnore
    private Long dealTime;