陈昶聿
5 天以前 92fc422df30b34dce86e7231ca887c8fc0890c29
smartor/src/main/java/com/smartor/domain/ServiceSubtaskDiagname.java
@@ -23,7 +23,8 @@
    @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;
@@ -43,19 +44,19 @@
    @ApiModelProperty(value = "随访人员")
    private String operator;
    @Excel(name = "随访完成日期")
    @Excel(name = "随访完成日期",dateFormat = "yyyy-MM-dd")
    @ApiModelProperty(value = "随访完成日期")
    private Date finishtime;
    @Excel(name = "应随访日期")
    @Excel(name = "应随访日期",dateFormat = "yyyy-MM-dd")
    @ApiModelProperty(value = "应随访日期")
    private Date longSendTime;
    @Excel(name = "出院日期")
    @Excel(name = "出院日期",dateFormat = "yyyy-MM-dd")
    @ApiModelProperty(value = "出院日期")
    private Date endtime;
    @Excel(name = "出院天数")
    @Excel(name = "出院天数", suffix = "天")
    @ApiModelProperty(value = "出院天数")
    private Integer endDay;
@@ -87,11 +88,11 @@
    @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;