src/main/java/com/zy/asrs/entity/WrkDetl.java
@@ -51,7 +51,7 @@ /** * 物料 */ @ApiModelProperty(value= "商品编号") @ApiModelProperty(value= "规格") private String matnr; /** @@ -348,9 +348,11 @@ if (null == this.danger){ return null; } switch (this.danger){ case 1: return "是"; return "合格"; case 2: return "不合格"; case 0: return "否"; return "待判"; default: return String.valueOf(this.danger); } @@ -394,7 +396,7 @@ if (!Cools.isEmpty(basBoxType)){ return String.valueOf(basBoxType.getBoxSpecs()); } return null; return this.brand; } public void sync(Object source) {