liusheng
2024-04-15 fdf1b9c1e4489a0c2615fa596268b2f71fad7b4c
smartor/src/main/java/com/smartor/domain/IvrTaskcall.java
@@ -1,6 +1,7 @@
package com.smartor.domain;
import java.util.Date;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModelProperty;
@@ -26,6 +27,12 @@
     */
    @ApiModelProperty(value = "主键")
    private Long id;
    /**
     *
     */
    @ApiModelProperty(value = "任务ID")
    private Long taskid;
    /**
     * 发送人
@@ -305,10 +312,10 @@
    private String textParam;
    /**
     * 宣教形式 :文本、图片、语音、视频、混合
     * 宣教形式 : 1,短信、2,线下、3,语音、4,视频、5,纸质  6.链接  7.钉钉   8.微信
     */
    @Excel(name = " 宣教形式 :文本、图片、语音、视频、混合")
    @ApiModelProperty("宣教形式 : 1,文本、2,图片、3,语音、4,视频、5,混合")
    @Excel(name = " 宣教形式 : 1,短信、2,线下、3,语音、4,视频、5,纸质  6.二维码  7.钉钉   8.微信")
    @ApiModelProperty("宣教形式 :  1,短信、2,线下、3,语音、4,视频、5,纸质  6.链接  7.钉钉  8.微信")
    private String serviceform;
    /**
@@ -353,4 +360,20 @@
    @ApiModelProperty(value = "pageSize")
    private Integer pageSize;
    /**
     * 发送类型: 1 时间段   2 时间点   3 即刻发送
     */
    @ApiModelProperty(value = "发送类型: 1 时间段   2 时间点   3 即刻发送")
    private String sendType;
    /**
     * 发送时间段
     */
    @Excel(name = "发送时间段")
    @ApiModelProperty(value = "发送时间段")
    private String sendTimeSlot;
}