liusheng
2024-06-21 ecda68f9ffbd4e0f01d3939550906f670b1e0482
smartor/src/main/java/com/smartor/domain/IvrTask.java
@@ -38,7 +38,19 @@
     */
    @Excel(name = "模板ID ")
    @ApiModelProperty(value = "模板ID")
    private String templateid;
    private Long templateid;
    /**
     * 模板库模版名称
     */
    @Excel(name = "模板库模版名称")
    private String libtemplatename;
    /**
     * 模板库模版ID
     */
    @Excel(name = "模板库模版ID")
    private String libtemplateid;
    /**
     * 模板名称
@@ -54,12 +66,12 @@
    @ApiModelProperty(value = "标签信息")
    private String labelinfo;
    /**
     * 状态
     */
    @Excel(name = "状态")
    @ApiModelProperty(value = "状态")
    private Long state;
//    /**
//     * 状态
//     */
//    @Excel(name = "状态")
//    @ApiModelProperty(value = "状态")
//    private Long state;
    /**
     * 数量
@@ -147,26 +159,34 @@
    @ApiModelProperty(value = "类型名称")
    private String typename;
    /**
     * 0.不使用播前短信 1.使用播前短信
     */
    @Excel(name = " 0.不使用播前短信 1.使用播前短信 ")
    @ApiModelProperty(value = "科室名称")
    private Long usebqsms;
    /**
     * 0.不使用播后短信 1.使用播前短信
     * 类型名称
     */
    @Excel(name = " 0.不使用播后短信 1.使用播前短信 ")
    @ApiModelProperty(value = "0.不使用播前短信 1.使用播前短信 ")
    private Long usebhsms;
    @Excel(name = "发送时间段")
    @ApiModelProperty(value = "发送时间段")
    private String sendTimeSlot;
    /**
     * 0.不使用播后短信 1.使用播后短信
     */
    @Excel(name = " 0.不使用播后短信 1.使用播后短信 ")
    @ApiModelProperty(value = " 0.不使用播后短信 1.使用播后短信 ")
    private Long usesendsms;
//    /**
//     * 0.不使用播前短信 1.使用播前短信
//     */
//    @Excel(name = " 0.不使用播前短信 1.使用播前短信 ")
//    @ApiModelProperty(value = "科室名称")
//    private Long usebqsms;
//
//    /**
//     * 0.不使用播后短信 1.使用播前短信
//     */
//    @Excel(name = " 0.不使用播后短信 1.使用播前短信 ")
//    @ApiModelProperty(value = "0.不使用播前短信 1.使用播前短信 ")
//    private Long usebhsms;
//
//    /**
//     * 0.不使用播后短信 1.使用播后短信
//     */
//    @Excel(name = " 0.不使用播后短信 1.使用播后短信 ")
//    @ApiModelProperty(value = " 0.不使用播后短信 1.使用播后短信 ")
//    private Long usesendsms;
    /**
     * 部门code
@@ -225,25 +245,25 @@
    private String preachform;
    /**
     * 是否发送 : 0 暂停发送  1 定时发送  2 立即发送
     * 发送类型: 1指定时间发送 2即刻发送
     */
    @Excel(name = " 是否发送 : 0 暂停发送  1 定时发送  2 立即发送 ")
    @ApiModelProperty(value = "是否发送 : 0 暂停发送  1 定时发送  2 立即发送 ")
    private Integer isSend;
    @Excel(name = " 发送类型: 1指定时间发送 2即刻发送 ")
    @ApiModelProperty(value = "发送类型: 1指定时间发送 2即刻发送 3时间点")
    private Long sendType;
    /**
     * 发送状态:  0  失败   1成功
     */
    @Excel(name = " 发送状态:  0  失败   1成功 ")
    @ApiModelProperty(value = "发送状态:  0  失败   1成功 ")
    private String sendState;
    @Excel(name = " 发送状态: 1创建   2执行中   3 暂停   4终止  5完成 ")
    @ApiModelProperty(value = "发送状态: 1创建   2执行中   3 暂停   4终止  5完成 ")
    private Integer sendState;
    /**
     * 文本变量参数
     */
    @Excel(name = " 文本变量参数 ")
    @ApiModelProperty(value = "文本变量参数 ")
    private String param;
//    /**
//     * 文本变量参数
//     */
//    @Excel(name = " 文本变量参数 ")
//    @ApiModelProperty(value = "文本变量参数 ")
//    private String param;
    /**
     * pageNum
@@ -257,4 +277,43 @@
    @ApiModelProperty("pageSize")
    private Integer pageSize;
    /**
     * 就诊类型(1门诊  2出院)
     */
    @Excel(name = "  就诊类型(1门诊  2出院)")
    @ApiModelProperty(value = "就诊类型(1门诊  2出院 3.专病)")
    private String hospType;
    /**
     * 任务描述
     */
    @Excel(name = "任务描述")
    @ApiModelProperty(value = "任务描述")
    private String taskDesc;
    /**
     * 暂停状态 : 状态如果发生修改,值就加1
     */
    @Excel(name = "暂停状态 : 状态如果发生修改,值就加1")
    @ApiModelProperty(value = "暂停状态 : 状态如果发生修改,值就加1")
    private Long stopState = 0L;
    /**
     * 文本变量参数
     */
    @Excel(name = "文本变量参数")
    @ApiModelProperty(value = "文本变量参数")
    private String textParam;
    @ApiModelProperty(value = "上午时间")
    private String showTimeMorn;
    @ApiModelProperty(value = "中午时间")
    private String showTimeNoon;
    @ApiModelProperty(value = "晚午时间")
    private String showTimeNight;
    @ApiModelProperty(value = "展示日期")
    private String showDate;
}