Commit e6b42aa7 authored by Liu lu's avatar Liu lu

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents df46944e 5043410a
<?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);
/**
* Notes: 审批
* User: carlos
* DateTime: 2022/11/10 9:16
* @param $params
* [
* 'code' => '', //来源单号
* 'user_id' => '', //审批人
* 'params' => '',//审批参数
* ]
*/
public function approval($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