自动化立体仓库 - WMS系统
#
luxiaotao1123
2021-05-27 625dc52d57c7d7048b2ea45a6607e599ec528862
src/main/java/com/zy/common/utils/excel/matcode/MatCodeExcel.java
@@ -1,5 +1,6 @@
package com.zy.common.utils.excel.matcode;
import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
import com.alibaba.excel.annotation.ExcelProperty;
import lombok.Data;
@@ -13,28 +14,28 @@
@ExcelIgnoreUnannotated
public class MatCodeExcel {
    @ExcelProperty(value= "产品代号*", index = 0)
    @ExcelProperty(index = 1)
    private String matNo;
    //    @ExcelProperty(value= "条形码", index = 4)
    @ExcelProperty(index = 9)
    private String barcode;
    @ExcelProperty(value= "产品名称", index = 3)
    @ExcelProperty(index = 2)
    private String matName;
    @ExcelProperty(value= "基本单位", index = 12)
    @ExcelProperty(index = 6)
    private String str1;
    @ExcelProperty(value= "规格型号", index = 5)
    @ExcelProperty(index = 3)
    private String str2;
    @ExcelProperty(value= "颜色名称", index = 28)
//    @ExcelProperty(value= "颜色名称", index = 28)
    private String str3;
    @ExcelProperty(value= "库位名称", index = 14)
//    @ExcelProperty(value= "库位名称", index = 14)
    private String str4;
    //    @ExcelProperty(value= "助记码", index = 7)
    @ExcelProperty(index = 4)
    private String str5;
    //    @ExcelProperty(value= "默认供应商", index = 10)