chore: 审批通过

This commit is contained in:
dap
2024-12-17 09:50:19 +08:00
parent 3558bbf6a0
commit 28caf89748
4 changed files with 170 additions and 2 deletions

View File

@@ -34,6 +34,8 @@ export interface CompleteTaskReqData {
taskId: ID;
taskVariables: Record<string, any>;
variables: any;
// 附件ID 1,2,3,4形式
fileId?: string;
}
export interface StartWorkFlowReqData {