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){