liusheng
2025-11-10 ad53e4af4e4e238453d7613530b501540df915e1
smartor/src/main/java/com/smartor/domain/ServiceSubtask.java
@@ -192,6 +192,14 @@
    private Date senddate;
    /**
     * 新的创建时间(用来做查询参数用)
     */
    @JsonFormat(pattern = "yyyy-MM-dd")
    @Excel(name = " 发送日期 ", width = 30, dateFormat = "yyyy-MM-dd")
    @ApiModelProperty(value = "新的创建时间")
    private Date createTimeNew;
    /**
     * 上午开始发送时间限制
     */
    @Excel(name = " 上午开始发送时间限制 ")
@@ -633,16 +641,15 @@
    @ApiModelProperty(value = "ps")
    private Integer ps;
    /**
     * 患者来源
     */
    @ApiModelProperty(value = "经管医生编码")
    private String managementDoctorCode;
    /**
     * 患者来源
     */
    @ApiModelProperty(value = "经管医生")
    private String managementDoctor;
    @ApiModelProperty(value = "随访情况:1正常语音,2患者拒接或拒访,3面访或者接诊,4微信随访,5随访电话不正确,6其他")
    private Integer taskSituation;
    @ApiModelProperty(value = "异常预警:0绿色;1红色;2黄色")
    private Integer isabnormal;
}