| | |
| | | * 发送状态 |
| | | */ |
| | | @Excel(name = " 发送状态 ") |
| | | @ApiModelProperty(value = "发送状态 1 被领取(在任务中是新建,在服务中是被领取) 2 待发送 3 已发送 4 不执行 5 发送失败 6 已完成") |
| | | @ApiModelProperty(value = "发送状态 1 被领取(在任务中是新建,在服务中是被领取) 2 待发送 3 已发送 4 不执行 5 发送失败 6 已完成 7 超时(人工)") |
| | | private Long sendstate; |
| | | |
| | | /** |
| | |
| | | private Integer continueFlag; |
| | | |
| | | @ApiModelProperty(value = "继续时间现在") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date continueTimeNow; |
| | | |
| | | @ApiModelProperty(value = "继续内容") |
| | |
| | | private Integer continueCount; |
| | | |
| | | @ApiModelProperty(value = "继续时间下次") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date continueTimeNext; |
| | | |
| | | /** |