Commit d484ddb4 authored by Liu lu's avatar Liu lu

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

parents 35bd365e 7924f23b
...@@ -226,4 +226,15 @@ interface ProductServiceInterface ...@@ -226,4 +226,15 @@ interface ProductServiceInterface
*/ */
public function checkPublished(array $params, array $relations = [], array $columns = ['*']): array; public function checkPublished(array $params, array $relations = [], array $columns = ['*']): array;
/**
* 检查产品是否同时维护工艺信息核原料信息
* @param
* 参数可以通过id
* @return bool 同时维护true,未同时维护false
* @throws \Meibuyu\Rpc\Exceptions\RpcException
* @author Zero
*/
public function checkMaterialCraftById($id);
} }
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