chore: 我的待办 提取公共组件

This commit is contained in:
dap
2024-12-16 09:45:00 +08:00
parent ed9448d1ba
commit e56672864f
7 changed files with 123 additions and 107 deletions

View File

@@ -14,14 +14,16 @@ export interface TaskInfo {
permissionList?: any;
userList?: any;
formCustom: string;
formPath: string;
formPath?: any;
flowCode: string;
version: string;
flowStatus: string;
flowStatusName: string;
transactorNames: string;
assigneeIds: string;
assigneeNames: string;
processedBy: string;
type: string;
nodeRatio?: any;
nickName: string;
createBy: string;
createByName: string;
}