liusheng
2024-07-20 ceb6cdffdd5ed0f2b2d83fd5c2286c50a950e910
smartor/src/main/java/com/smartor/domain/CommonTaskcallMQ.java
@@ -53,9 +53,9 @@
    private Long stopState;
    /**
     * 暂停状态 : 状态如果发生修改,值就加1
     * 任务类型
     */
    @ApiModelProperty(value = "暂停状态 : 状态如果发生修改,值就加1")
    @ApiModelProperty(value = "任务类型  1 随访  2 问卷  3 宣教")
    private Integer taskType;
@@ -63,6 +63,6 @@
     * 发送时间段
     */
    @ApiModelProperty(value = "发送时间段 ")
    private List<TaskSendTimeVO> sendTimeslot;
    private TaskSendTimeVO sendTimeslot;
}