| | |
| | | @ApiModelProperty(value = "任务名称") |
| | | private String taskName; |
| | | |
| | | @Excel(name = "任务状态") |
| | | // @Excel(name = " 发送状态 1 被领取(在任务中是新建,在服务中是被领取) 2 待发送 3 已发送 4 不执行 5 发送失败 6 已完成\") ") |
| | | @Excel(name = "任务状态", readConverterExp = "1=被领取,2=待发送,3=已发送,4=不执行,5=发送失败,6=已完成") |
| | | @ApiModelProperty(value = "任务状态") |
| | | private Long sendstate; |
| | | |
| | |
| | | @ApiModelProperty(value = "出院随访模板名称") |
| | | private String templatename; |
| | | |
| | | @Excel(name = "任务执行方式") |
| | | @Excel(name = "任务执行方式", readConverterExp = "1=人工,2=纸质,3=电话,4=短信,5=微信公众号,6=微信小程序,7=支付宝,8=智能小程序,9=钉钉") |
| | | @ApiModelProperty(value = "任务执行方式") |
| | | private String preachform; |
| | | |
| | | @Excel(name = "任务结果说明") |
| | | @Excel(name = "任务结果说明", readConverterExp = "0=允许,1=禁止") |
| | | @ApiModelProperty(value = "任务结果说明") |
| | | private String result; |
| | | |