Vue3 重构:流程实例的创建
This commit is contained in:
@ -4,6 +4,7 @@ export type Task = {
|
||||
id: string
|
||||
name: string
|
||||
}
|
||||
|
||||
export type ProcessInstanceVO = {
|
||||
id: number
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user