Commit e664e68a authored by 周智鹏's avatar 周智鹏

操作申请rpc

parent 595e1394
...@@ -14,5 +14,12 @@ interface ProcessFormServiceInterface ...@@ -14,5 +14,12 @@ interface ProcessFormServiceInterface
* @param string $user 当前用户信息 * @param string $user 当前用户信息
* @return mixed * @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