liusheng
2024-06-05 2cba0d00dc45998105129a0c26cb546282cd39a8
smartor/src/main/java/com/smartor/domain/IvrTaskcallMQ.java
@@ -21,7 +21,7 @@
 */
@ApiModel(value = "IvrTaskcallMQ", description = "MQ任务")
@Data
public class IvrTaskcallMQ extends BaseEntity {
public class IvrTaskcallMQ {
    private static final long serialVersionUID = 1L;
    /**
@@ -42,8 +42,8 @@
     * 任务发送方式:“电话,短信,公众号,链接...”以逗号分隔
     */
    @Excel(name = "任务发送方式:电话,短信,公众号,链接...")
    @ApiModelProperty(value = "务发送方式:电话,短信,公众号,链接...   以逗号分隔")
    private String servicefrom;
    @ApiModelProperty(value = "务发送方式:电话,短信,公众号...   以逗号分隔")
    private String preachform;
    /**