Commit 131c21e4 authored by alex yao's avatar alex yao

fix:知识库类型

parent 85997c0a
...@@ -4,7 +4,7 @@ public interface KnowledgeConstant { ...@@ -4,7 +4,7 @@ public interface KnowledgeConstant {
interface KnowledgeType { //知识库类型 QA-问答、Base-基础 interface KnowledgeType { //知识库类型 QA-问答、Base-基础
String QA = "QA"; String QA = "QA";
String BASE = "BASE"; String BASE = "Base";
} }
interface Owner {//拥有者:System-系统 、User-用户 interface Owner {//拥有者:System-系统 、User-用户
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment