自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-04-23 3c4dca5268cc4d1aed38c8b7235e4b1a163b7153
src/main/java/com/zy/asrs/entity/Pack.java
@@ -49,9 +49,9 @@
    private String matnr;
    /**
     * 批号
     * 序列码
     */
    @ApiModelProperty(value= "批号")
    @ApiModelProperty(value= "序列码")
    private String batch;
    /**
@@ -120,7 +120,7 @@
//    Pack pack = new Pack(
//            null,    // 条码[非空]
//            null,    // 商品编号
//            null,    // 批号
//            null,    // 序列码
//            null,    // 订单状态
//            null,    // 状态
//            null,    // 添加时间