自动化立体仓库 - WMS系统
1
zhang
2025-06-12 eea34e49d048ed36d4afc3ffa08c08fb38c81e7d
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 = "";
    }