自动化立体仓库 - WMS系统
luxiaotao1123
2020-08-03 d1307b4aaeef8c2d09ebec77f068e95544f5f9b4
src/main/java/com/zy/common/utils/excel/matcode/MatCodeExcel.java
@@ -9,19 +9,19 @@
 */
public class MatCodeExcel {
    @ExcelProperty(value= "商品编码", index = 1)
    @ExcelProperty(value= "物料编码", index = 1)
    private String matNo;
    @ExcelProperty(value= "条形码", index = 4)
    private String barcode;
    @ExcelProperty(value= "商品名称", index = 2)
    @ExcelProperty(value= "物料名称", index = 2)
    private String matName;
    @ExcelProperty(value= "基本单位", index = 8)
    private String str1;
    @ExcelProperty(value= "商品类别", index = 3)
    @ExcelProperty(value= "物料类别", index = 3)
    private String str2;
    @ExcelProperty(value= "规格型号", index = 5)