src/main/java/com/zy/asrs/entity/WrkDetl.java
@@ -270,6 +270,13 @@ @ApiModelProperty(value= "备注") private String memo; /** * 卷信息ID */ @ApiModelProperty(value= "卷信息ID") @TableField("roll_up") private Long rollUp; public String getIoTime$(){ if (Cools.isEmpty(this.ioTime)){ return ""; @@ -307,7 +314,7 @@ if (null == this.source){ return "未确认"; } switch (this.source){ case 1: return "确认"; return "已确认"; default: return "未确认"; } @@ -317,7 +324,7 @@ if (null == this.source){ return "未确认"; } switch (this.source){ case 1: return "确认"; return "已确认"; default: return "未确认"; }