Commit c8591b1b authored by gongyuanbiao's avatar gongyuanbiao

getCraftByProductId

parent b698eed6
......@@ -238,13 +238,13 @@ interface ProductServiceInterface
public function checkMaterialCraftById($id);
/**
* 检查产品是否同时维护工艺信息核原料信息
* 通过产品id 获取工艺信息
* @param
* 参数可以通过id
* 参数产品id数组
* @return bool 同时维护true,未同时维护false
* @throws \Meibuyu\Rpc\Exceptions\RpcException
* @author Zero
*/
public function getCraftByProductId($productId);
public function getCraftByProductId(array $productIds);
}
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