Commit e38cd4e0 authored by zhangdongying's avatar zhangdongying

团队产品RPC接口

parent 23276928
......@@ -28,4 +28,13 @@ interface TeamProductServiceInterface
* @return array keyBy('team_id')
*/
public function getChildProductListByTeamIds(array $teamIds, array $childProductIds = []): array;
/**
* 根据产品ID获取列表
*
* @param array $productIds 仓库主产品ID数组
* @param array $columns 列名数组
* @return array keyBy('product_id')
*/
public function getListByProductIds(array $productIds, array $columns = ['*']): array;
}
\ No newline at end of file
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