Commit 7ad28582 authored by  林继鑫's avatar 林继鑫

新增rpc方法

parent 4778757b
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
namespace Meibuyu\Rpc\Service\Interfaces\Production; namespace Meibuyu\Rpc\Service\Interfaces\Production;
use App\Model\ApprovalFlowConfiguration;
use Meibuyu\Micro\Exceptions\HttpResponseException; use Meibuyu\Micro\Exceptions\HttpResponseException;
interface ProductionServiceInterface interface ProductionServiceInterface
...@@ -268,4 +269,12 @@ interface ProductionServiceInterface ...@@ -268,4 +269,12 @@ interface ProductionServiceInterface
* @param $stockUpPlanIds * @param $stockUpPlanIds
*/ */
public function getGroupProduct($stockUpPlanIds); public function getGroupProduct($stockUpPlanIds);
/**
* 检查审批配置是否开启操作规则
* @param $operation_type
* @return bool
*/
public function getApprovalTypeIsTrue($operation_type);
} }
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