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; /**