Commit 56745d9b authored by Liu lu's avatar Liu lu

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

parents fb207e1d 9a72bb20
...@@ -237,4 +237,14 @@ interface ProductServiceInterface ...@@ -237,4 +237,14 @@ interface ProductServiceInterface
*/ */
public function checkMaterialCraftById($id); public function checkMaterialCraftById($id);
/**
* 通过产品id 获取工艺信息
* @param
* 参数产品id数组
* @return array
* @throws \Meibuyu\Rpc\Exceptions\RpcException
* @author Zero
*/
public function getCraftByProductIds(array $productIds);
} }
...@@ -164,4 +164,12 @@ interface UserServiceInterface ...@@ -164,4 +164,12 @@ interface UserServiceInterface
*/ */
public function okrUser($userId): array; public function okrUser($userId): array;
/**
* 通过角色标识获取用户id数组
* @param $userId
* @return array
* @author Zero
*/
public function getUsersByRoleName($roleName);
} }
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