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; }