#
Junjie
2025-02-14 ac4341ea6b66ae02427d39d35f41d42d78b2eb2e
zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/entity/SuggestLocRule.java
@@ -95,6 +95,12 @@
    private Long hostId;
    /**
     * 库位类型 1: 满托  0: 空托
     */
    @ApiModelProperty(value= "库位类型 1: 满托  0: 空托  ")
    private Integer locType;
    /**
     * 状态 1: 正常  0: 禁用  
     */
    @ApiModelProperty(value= "状态 1: 正常  0: 禁用  ")
@@ -206,6 +212,18 @@
        return null;
    }
    public String getLocType$(){
        if (null == this.locType){ return null; }
        switch (this.locType){
            case 1:
                return "满托";
            case 0:
                return "空托";
            default:
                return String.valueOf(this.locType);
        }
    }
    public String getStatus$(){
        if (null == this.status){ return null; }
        switch (this.status){