增加uuid字段

This commit is contained in:
XaoLi717 2024-10-18 14:33:44 +08:00
parent b7a998f4f1
commit 9138261c70

View File

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