自动化立体仓库 - WMS系统
pang.jiabao
1 天以前 6cd08fe4de88df0a21851f96bdc4e617c5d92e36
src/main/java/com/zy/asrs/entity/WaitPakin.java
@@ -182,21 +182,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 = "";
    public String getBeBatch$() {
        if (null == this.beBatch) {