@@ -57,6 +57,11 @@ public class LibraryDetailDTO {
*/
private String name;
+/**
+ * 概念类型
+ */
+ private String type;
+
/**
* 静态知识来源
@@ -29,6 +29,7 @@
a.creator,
a.modifier,
b.name,
+ b.type,
a.concept_id,
a.source,
a.title,