| | |
| | | */ |
| | | @ApiModelProperty(value= "工作号") |
| | | @TableId(value = "wrk_no", type = IdType.INPUT) |
| | | @TableField("wrk_no") |
| | | private Integer wrkNo; |
| | | |
| | | @ApiModelProperty(value= "") |
| | |
| | | private String systemMsg; |
| | | |
| | | /** |
| | | * 下发失败次数 |
| | | */ |
| | | @ApiModelProperty(value= "下发失败次数") |
| | | @TableField(value = "send_fail_count") |
| | | private Integer sendFailCount; |
| | | |
| | | /** |
| | | * 批次号 |
| | | */ |
| | | @ApiModelProperty(value= "批次号") |
| | |
| | | if (entity != null) { |
| | | return entity.getWrkDesc(); |
| | | } |
| | | try { |
| | | return com.zy.core.enums.WrkStsType.query(this.wrkSts).desc; |
| | | } catch (Exception ignore) {} |
| | | return null; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | public void setErrorMemo(String errorMemo) { |
| | | if (errorMemo == null) { |
| | | this.errorMemo = null; |
| | | return; |
| | | } |
| | | if (errorMemo.length() > 255) { |
| | | errorMemo = errorMemo.substring(0, 150); |
| | | } |