Commit 11a5333f authored by 王源's avatar 王源 🎧

[产品RPC]添加模糊搜索仓库子sku,获取id数组

parent 8e4043ae
......@@ -92,4 +92,12 @@ interface ProductChildServiceInterface
*/
public function getListByProductId(int $productId, $columns = ['id', 'child_sku']);
/**
* 模糊搜索仓库子sku,获取id数组
* @param string $childSku 仓库子sku
* @param array|null $limitIds 限制id数组,不传为不限制
* @return array
*/
public function getIdsByChildSku(string $childSku, array $limitIds = null);
}
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