src/main/java/com/zy/asrs/entity/WaitPakin.java
@@ -36,6 +36,10 @@ @TableField("loc_no") private String locNo; @ApiModelProperty("组托类型") @TableField("type") private String type; @ApiModelProperty(value= "商品编号") private String matnr; @@ -242,6 +246,18 @@ } } public String getType$(){ if (null == this.type){ return null; } switch (this.type){ case "1": return "AGV组托"; case "0": return "堆垛机组托"; default: return "堆垛机组托"; } } public String getDanger$(){ if (null == this.danger){ return null; } switch (this.danger){