mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-13 10:50:53 +08:00
chore: 完善请假申请
This commit is contained in:
23
apps/web-antd/src/api/workflow/task/model.d.ts
vendored
23
apps/web-antd/src/api/workflow/task/model.d.ts
vendored
@@ -27,3 +27,26 @@ export interface TaskInfo {
|
||||
createBy: string;
|
||||
createByName: string;
|
||||
}
|
||||
|
||||
export interface CompleteTaskReqData {
|
||||
messageType: string[];
|
||||
flowCopyList: { userId: string; userName: string }[];
|
||||
taskId: ID;
|
||||
taskVariables: Record<string, any>;
|
||||
variables: any;
|
||||
}
|
||||
|
||||
export interface StartWorkFlowReqData {
|
||||
/**
|
||||
* 业务ID
|
||||
*/
|
||||
businessKey: ID;
|
||||
/**
|
||||
* flowCode
|
||||
*/
|
||||
flowCode: string;
|
||||
/**
|
||||
* 流程变量
|
||||
*/
|
||||
variables: Record<string, any>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user