@@ -57,6 +57,11 @@ public class LibraryDetailDTO {
*/
private String name;
+ /**
+ * 概念类型
+ */
+ private String type;
+
/**
* 静态知识来源
@@ -42,7 +42,7 @@ public class LibraryDetailController {
}
- @ApiOperation(value = "术语静态知识查询",
+ @ApiOperation(value = "查询指定术语静态知识",
notes = "Term:术语名称, 必填<br>Type:术语类型, 必填<br>")
@PostMapping("/getConceptKnowledge")
@SysLogger("getConceptKnowledge")
@@ -29,6 +29,7 @@
a.creator,
a.modifier,
b.name,
+ b.type,
a.concept_id,
a.source,
a.title,