自动化立体仓库 - WMS系统
#
ytfl
2025-07-02 920631775c8b2d6c0541ae4d69c34c8a8675bf60
src/main/java/com/zy/asrs/entity/param/PickMatParam.java
@@ -44,20 +44,20 @@
     */
    @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 = "";
}