src/main/java/com/zy/asrs/entity/WrkMastLog.java
@@ -181,6 +181,13 @@ private String systemMsg; /** * 下发失败次数 */ @ApiModelProperty(value= "下发失败次数") @TableField(value = "send_fail_count") private Integer sendFailCount; /** * 批次号 */ @ApiModelProperty(value= "批次号") @@ -202,6 +209,9 @@ if (entity != null) { return entity.getWrkDesc(); } try { return com.zy.core.enums.WrkStsType.query(this.wrkSts).desc; } catch (Exception ignore) {} return null; }