请假管理

This commit is contained in:
XaoLi717 2024-12-12 11:40:35 +08:00
parent 655990607d
commit be4fb246cb

View File

@ -16,6 +16,9 @@ export interface QjglVO {
processInstanceId: string // 流程实例的编号
userId: number // 申请人的用户编号
status: number // 审批状态
startUserSelectAssignees:object //启动用户选择的用户信息
curfullpath:string // 当前表单路径
processDefinitionKey:string //流程定义的key
}
// 请假管理 API