liusheng
2024-06-24 3153009257c97b0f0099f787e951dd15472d077e
smartor/src/main/java/com/smartor/domain/SvyTask.java
@@ -236,7 +236,7 @@
     */
    @Excel(name = "是否发送 : 0 暂停发送  1 定时发送  2 立即发送  ")
    @ApiModelProperty(value = "是否发送 : 0 暂停发送  1 定时发送  2 立即发送")
    private Long isSend;
    private Long sendType;
    /**
     * 发送状态:  0  失败   1成功
@@ -252,5 +252,49 @@
    @ApiModelProperty(value = "文本变量参数")
    private String param;
    /**
     * 文本变量参数
     */
    @Excel(name = "文本变量参数")
    @ApiModelProperty(value = "文本变量参数")
    private String textParam;
    /**
     * 暂停状态 : 状态如果发生修改,值就加1
     */
    @Excel(name = "暂停状态 : 状态如果发生修改,值就加1")
    @ApiModelProperty(value = "暂停状态 : 状态如果发生修改,值就加1")
    private Long stopState = 0L;
    @ApiModelProperty(value = "上午时间")
    private String showTimeMorn;
    @ApiModelProperty(value = "中午时间")
    private String showTimeNoon;
    @ApiModelProperty(value = "晚午时间")
    private String showTimeNight;
    @ApiModelProperty(value = "展示日期")
    private String showDate;
    /**
     * 类型名称
     */
    @Excel(name = "发送时间段")
    @ApiModelProperty(value = "发送时间段")
    private String sendTimeSlot;
    /**
     * 模板库模版名称
     */
    @Excel(name = "模板库模版名称")
    private String libtemplatename;
    /**
     * 模板库模版ID
     */
    @Excel(name = "模板库模版ID")
    private String libtemplateid;
}