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;