src/main/java/com/zy/asrs/entity/WrkMastLog.java
@@ -29,6 +29,9 @@ @TableId(value = "id", type = IdType.AUTO) private Long id; @ApiModelProperty("日志ID") private Long logId; /** * 工作号 */ @@ -324,7 +327,8 @@ @TableField("take_none") private String takeNone; public WrkMastLog() {} public WrkMastLog() { } public String getWrkNo$(){ WrkMastService service = SpringUtils.getBean(WrkMastService.class); @@ -352,6 +356,9 @@ } public long getWrkSts(){ if (wrkSts == null) { return 0; } return (long)this.wrkSts; }