自动化立体仓库 - WMS系统
#
Junjie
2 天以前 fa5d671a53597db853ac1ab2e99f12f0acda8315
src/main/java/com/zy/asrs/entity/param/StockOutParam.java
@@ -15,6 +15,12 @@
    // 出站口
    private Integer outSite;
    //
    private String itemId;
    //
    private String checkId;
    // 物料编号集合
    private List<LocDetl> locDetls;
@@ -58,21 +64,21 @@
         */
        @ApiModelProperty(value= "备用1")
        @TableField("box_type1")
        private String boxType1 = "1";
        private String boxType1 = "";
        /**
         * 备用2
         */
        @ApiModelProperty(value= "备用2")
        @TableField("box_type2")
        private String boxType2 = "1";
        private String boxType2 = "";
        /**
         * 备用3
         */
        @ApiModelProperty(value= "备用3")
        @TableField("box_type3")
        private String boxType3 = "1";
        private String boxType3 = "";
    }