自动化立体仓库 - WMS系统
wang..123
2022-03-01 a34dafbbfa35432f9dc262779d9e6b6318ff2128
src/main/java/com/zy/common/utils/excel/matcode/MatCodeExcel.java
@@ -28,32 +28,32 @@
    @ExcelProperty(value= "单位", index = 3)
    private String unit;
    @ExcelProperty(value= "尺寸", index = 4)
   // @ExcelProperty(value= "尺寸", index = 4)
    private String size;
    @ExcelProperty(value= "颜色", index = 5)
    @ExcelProperty(value= "颜色", index = 4)
    private String color;
    @ExcelProperty(value= "单重", index = 6)
    @ExcelProperty(value= "每箱重量(KG)", index = 5)
    private Double weight;
//    @ExcelProperty(value= "", index = 12)
    //@ExcelProperty(value= "", index = 7)
    private String str1;
//    @ExcelProperty(value= "", index = 5)
  // @ExcelProperty(value= "物料规格", index = 7)
    private String str2;
//    @ExcelProperty(value= "", index = 28)
   @ExcelProperty(value= "客户名称", index = 6)
    private String str3;
//    @ExcelProperty(value= "", index = 14)
    @ExcelProperty(value= "项目信息", index = 7)
    private String str4;
//    @ExcelProperty(value= "助记码", index = 7)
    @ExcelProperty(value= "类别", index = 8)
    private String str5;
//    @ExcelProperty(value= "默认供应商", index = 10)
    private String str6;
    @ExcelProperty(value= "每箱数量(PCS)", index = 9)
    private Double str6;
//    @ExcelProperty(value= "默认仓库", index = 13)
    private String str7;
@@ -85,7 +85,7 @@
    public MatCodeExcel() {
    }
    public MatCodeExcel(String matNo, String barcode, String matName,String specs,String unit,String size,String color,Double weight, String str1, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10,Double num1, Double num2, Double num3, Double num4, Double num5) {
    public MatCodeExcel(String matNo, String barcode, String matName,String specs,String unit,String size,String color,Double weight, String str1, String str2, String str3, String str4, String str5, Double str6, String str7, String str8, String str9, String str10,Double num1, Double num2, Double num3, Double num4, Double num5) {
        this.matNo = matNo;
        this.barcode = barcode;
        this.matName = matName;