自动化立体仓库 - WMS系统
wang..123
2022-03-01 a34dafbbfa35432f9dc262779d9e6b6318ff2128
#导出导入功能改善
1个文件已修改
20 ■■■■ 已修改文件
src/main/java/com/zy/common/utils/excel/matcode/MatCodeExcel.java 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 double str6;
    @ExcelProperty(value= "每箱数量(PCS)", index = 9)
    private Double str6;
//    @ExcelProperty(value= "默认仓库", index = 13)
    private String str7;