liusheng
2024-08-28 bedd0a1cef215538df64470df6b8d4a022189136
smartor/src/main/java/com/smartor/domain/ServiceTask.java
@@ -15,7 +15,7 @@
 * @author smartor
 * @date 2023-03-24
 */
@ApiModel(value = "ServiceTask", description = "任务对象")
@ApiModel(value = "ServiceTask" , description = "任务对象")
@Data
public class ServiceTask extends BaseEntity {
    private static final long serialVersionUID = 1L;
@@ -119,18 +119,18 @@
     *
     */
    @JsonFormat(pattern = "yyyy-MM-dd")
    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
    @Excel(name = "  " , width = 30, dateFormat = "yyyy-MM-dd")
    @ApiModelProperty(value = "添加时间")
    private Date addtime;
    @JsonFormat(pattern = "yyyy-MM-dd")
    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
    @Excel(name = "  " , width = 30, dateFormat = "yyyy-MM-dd")
    @ApiModelProperty(value = "开始时间")
    private Date beginTime;
    @JsonFormat(pattern = "yyyy-MM-dd")
    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
    @Excel(name = "  " , width = 30, dateFormat = "yyyy-MM-dd")
    @ApiModelProperty(value = "结束时间")
    private Date endTime;
@@ -152,16 +152,23 @@
     * 审核人时间
     */
    @JsonFormat(pattern = "yyyy-MM-dd")
    @Excel(name = "  ", width = 30, dateFormat = "yyyy-MM-dd")
    @Excel(name = "  " , width = 30, dateFormat = "yyyy-MM-dd")
    @ApiModelProperty(value = "审核人时间")
    private Date checktime;
    /**
     * "1,随访;2,问卷;3.宣教;
     * 任务类型:1、监测评估;2、出院随访;3、门诊随访
     */
    @Excel(name = "1,随访;2,问卷;3.宣教; ")
    @ApiModelProperty(value = "1,随访;2,问卷;3.宣教;")
    @Excel(name = "任务类型(通知、问卷、机器人语音)")
    @ApiModelProperty(value = "任务类型(通知、问卷、机器人语音)")
    private String type;
    /**
     * 服务类型(1、监测评估;2、出院随访;3、门诊随访;4、宣教关怀;5、复诊通知;6、满意度调查;7、患者报告; 8、其他通知)
     */
    @Excel(name = "服务类型(1、监测评估;2、出院随访;3、门诊随访;4、宣教关怀;5、复诊通知;6、满意度调查;7、患者报告; 8、其他通知)")
    @ApiModelProperty(value = "服务类型(1、监测评估;2、出院随访;3、门诊随访;4、宣教关怀;5、复诊通知;6、满意度调查;7、患者报告; 8、其他通知)")
    private String serviceType;
    /**
     * 类型名称
@@ -169,7 +176,6 @@
    @Excel(name = "类型名称")
    @ApiModelProperty(value = "类型名称")
    private String typename;
    /**
     * 类型名称
@@ -223,7 +229,7 @@
     * 上传时间
     */
    @JsonFormat(pattern = "yyyy-MM-dd")
    @Excel(name = " 上传时间 ", width = 30, dateFormat = "yyyy-MM-dd")
    @Excel(name = " 上传时间 " , width = 30, dateFormat = "yyyy-MM-dd")
    @ApiModelProperty(value = "上传时间")
    private Date uploadTime;
@@ -256,10 +262,10 @@
    private String preachform;
    /**
     * 发送类型: 1指定时间发送 2即刻发送
     * 发送类型: 1指定时间段发送 2即刻发送 3时间点
     */
    @Excel(name = " 发送类型: 1指定时间发送 2即刻发送 ")
    @ApiModelProperty(value = "发送类型: 1指定时间发送 2即刻发送 3时间点")
    @Excel(name = " 发送类型: 1指定时间段发送 2即刻发送 3时间点")
    @ApiModelProperty(value = "发送类型: 1指定时间段发送 2即刻发送 3时间点")
    private Long sendType;
    /**
@@ -289,6 +295,12 @@
    private Integer pageSize;
    /**
     * pageSize
     */
    @ApiModelProperty("是否是长期任务 0:不是    1:是")
    private Integer longTask;
    /**
     * 就诊类型(1门诊  2出院)
     */
    @Excel(name = "  就诊类型(1门诊  2出院)")