Commit 3aaf5e47 authored by 王源's avatar 王源 🎧

Merge branch 'flow-rpc' into test

parents abebaf6b e664e68a
......@@ -14,5 +14,12 @@ interface ProcessFormServiceInterface
* @param string $user 当前用户信息
* @return mixed
*/
public function createProcessForm($processId, $url, array $data,$user);
public function createProcessForm($processId, $url, array $data, $user);
/**
* @param array $ApplyId 申请的id
* @param string $operate 操作:'agree'同意 'turnDown'驳回 'plug'撤回
* @return mixed
*/
public function operateFlow($ApplyId, $operate);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment