自动化立体仓库 - WMS系统
1
zhang
2 天以前 1b9c3c4cecb98614384f2a486607ba629ab1f06d
1
1个文件已修改
16 ■■■■ 已修改文件
src/main/java/com/zy/asrs/importexcle/ImportReviewDto.java 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/importexcle/ImportReviewDto.java
@@ -16,36 +16,36 @@
    @ExcelProperty(value = "单据编号", index = 0)
    private String column1;
    @ExcelProperty(value = "规格", index = 3)
    @ExcelProperty(value = "规格", index = 1)
    private String column2;
    @ExcelProperty(value = "批次号", index = 6)
    @ExcelProperty(value = "批次号", index = 2)
    private String column3;
    @ExcelProperty(value = "出库数量", index = 8)
    @ExcelProperty(value = "出库数量", index = 3)
    private Double column4;
    @ExcelProperty(value = "物料编号", index = 1)
    @ExcelProperty(value = "物料编号", index = 4)
    private String column5;
    @ExcelProperty(value = "物料名称", index = 2)
    @ExcelProperty(value = "物料名称", index = 5)
    private String column6;
    @ExcelProperty(value = "单位", index = 4)
    @ExcelProperty(value = "单位", index = 6)
    private String column7;
    @ExcelProperty(value = "品级", index = 5)
    @ExcelProperty(value = "品级", index = 7)
    private String column8;
    @ExcelProperty(value = "卷号", index = 7)
    @ExcelProperty(value = "卷号", index = 8)
    private String column9;