自动化立体仓库 - WMS系统
skyouc
2 天以前 6cb4e6647b0e2e8c0cafa38a07666e07709bcf54
src/main/java/com/zy/common/entity/MatExcel.java
@@ -14,10 +14,10 @@
@ExcelIgnoreUnannotated
public class MatExcel extends Mat {
    @ExcelProperty(index = 0, value = "一级分类")
    @ExcelProperty(index = 0, value = "商品分类")
    private String priClass;
    @ExcelProperty(index = 1, value = "二级分类")
    private String secClass;
//    @ExcelProperty(index = 1, value = "二级分类")
//    private String secClass;
}