请假管理
This commit is contained in:
parent
655990607d
commit
be4fb246cb
@ -16,6 +16,9 @@ export interface QjglVO {
|
|||||||
processInstanceId: string // 流程实例的编号
|
processInstanceId: string // 流程实例的编号
|
||||||
userId: number // 申请人的用户编号
|
userId: number // 申请人的用户编号
|
||||||
status: number // 审批状态
|
status: number // 审批状态
|
||||||
|
startUserSelectAssignees:object //启动用户选择的用户信息
|
||||||
|
curfullpath:string // 当前表单路径
|
||||||
|
processDefinitionKey:string //流程定义的key
|
||||||
}
|
}
|
||||||
|
|
||||||
// 请假管理 API
|
// 请假管理 API
|
||||||
|
Loading…
Reference in New Issue
Block a user