|
@@ -1,27 +0,0 @@
|
|
-package com.diagbot.vo;
|
|
|
|
-
|
|
|
|
-import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
|
|
-
|
|
|
|
-import io.swagger.annotations.ApiModel;
|
|
|
|
-import io.swagger.annotations.ApiModelProperty;
|
|
|
|
-import lombok.Getter;
|
|
|
|
-import lombok.Setter;
|
|
|
|
-
|
|
|
|
-/**
|
|
|
|
- * @Description
|
|
|
|
- * @author rgb
|
|
|
|
- * @time 2018年12月17日上午10:08:43
|
|
|
|
- */
|
|
|
|
-@ApiModel(value="获取标签同义词列表接口传参")
|
|
|
|
-@SuppressWarnings({ "serial", "rawtypes" })
|
|
|
|
-@Getter
|
|
|
|
-@Setter
|
|
|
|
-public class RetrievalListVO extends Page {
|
|
|
|
-
|
|
|
|
- /**
|
|
|
|
- * 标签名称
|
|
|
|
- */
|
|
|
|
- @ApiModelProperty(value="标签名称")
|
|
|
|
- private String questionName;
|
|
|
|
-
|
|
|
|
-}
|
|
|