|
@@ -6,6 +6,7 @@ import com.diagbot.dto.ConceptBaseDTO;
|
|
|
import com.diagbot.dto.RespDTO;
|
|
|
import com.diagbot.facade.ConceptFacade;
|
|
|
import com.diagbot.vo.ConceptUsualVO;
|
|
|
+import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
@@ -26,6 +27,8 @@ import java.util.List;
|
|
|
*/
|
|
|
@RestController
|
|
|
@RequestMapping("/concept")
|
|
|
+@Api(value = "常用标签API", tags = { "知识库标准化-常用标签API" })
|
|
|
+@SuppressWarnings("unchecked")
|
|
|
public class ConceptController {
|
|
|
@Autowired
|
|
|
ConceptFacade conceptFacade;
|