自动化立体仓库 - WMS系统
1
zhangc
2025-02-07 aa2d520a06c371e76ef26c78d426a01fca76a2fc
src/main/java/com/zy/common/entity/MatExcel.java
@@ -14,10 +14,10 @@
@ExcelIgnoreUnannotated
public class MatExcel extends Mat {
    @ExcelProperty(index = 0, value = "一级分类")
    @ExcelProperty(value = "一级分类")
    private String priClass;
    @ExcelProperty(index = 1, value = "二级分类")
    @ExcelProperty(value = "存货大类编码")
    private String secClass;
}