增加uuid字段
This commit is contained in:
parent
b7a998f4f1
commit
9138261c70
@ -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 // 文件路径
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user