Commit 5dcbac0d authored by carlos's avatar carlos

审批流rpc接口

parent 690e257a
<?php
namespace Meibuyu\Rpc\Service\Interfaces\Flow;
interface FlowServiceInterface
{
/**
* Notes: 创建审批
* User: carlos
* DateTime: 2022/11/9 14:16
* @param $params
* [
* 'code' => '', //来源单号
* 'flow_code' => '',//审批code
* 'user_id' => '',//申请人id
* ]
* @throws \Exception
*/
public function createApproval($params);
}
\ 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