mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-22 01:48:38 +00:00
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