liusheng
2024-10-17 723d38375c45d24737bfef6f33a9686254abf99b
smartor/src/main/java/com/smartor/domain/IvrLibaTargetVO.java
@@ -22,7 +22,7 @@
 */
@Data
@ApiModel(value = "IvrLibaTargetVO", description = "指标库对象返参")
public class IvrLibaTargetVO {
public class IvrLibaTargetVO  extends BaseEntity {
    private static final long serialVersionUID = 1L;
    /**
@@ -223,4 +223,6 @@
    @ApiModelProperty(value = "说话内容")
    private String content;
    @ApiModelProperty(value = "用于查询标签的,不用于存数据")
    private String optionDesc;
}