增加uuid字段

This commit is contained in:
XaoLi717 2024-10-18 09:40:31 +08:00
parent de8bf98371
commit b7a998f4f1

View File

@ -8,6 +8,7 @@ export interface KnowledgeVO {
knowTitle: string // 知识标题
processInstanceId: string
content: String // 内容
uuid: String
status: string // 知识状态
filePath: string // 文件路径
}