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
......@@ -236,5 +236,15 @@ interface ProductServiceInterface
* @author Zero
*/
public function checkMaterialCraftById($id);
/**
* 通过产品id 获取工艺信息
* @param
* 参数产品id数组
* @return array
* @throws \Meibuyu\Rpc\Exceptions\RpcException
* @author Zero
*/
public function getCraftByProductIds(array $productIds);
}
......@@ -163,5 +163,13 @@ interface UserServiceInterface
* @author chentianyu
*/
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