src/main/java/com/zy/common/utils/excel/matcode/MatCodeExcel.java
@@ -31,11 +31,6 @@ @ExcelProperty(value = "物料单位", index = 3) private String str1; /** * 物料规格 */ @ExcelProperty(value = "物料规格", index = 4) private String str2; public String getMatNo() { return matNo; @@ -69,11 +64,4 @@ this.str1 = str1; } public String getStr2() { return str2; } public void setStr2(String str2) { this.str2 = str2; } }