Commit ba360af6 authored by zhangdongying's avatar zhangdongying

feat: RPC新增获取样品仓库列表

parent 690e257a
......@@ -314,4 +314,12 @@ interface StoreServiceInterface
* @return array
*/
public function getWarehouseAreaByIdList(array $ids = []): array;
/**
* 获取样品仓库列表
*
* @param array $columns 字段数组
* @return array
*/
public function getSampleWarehouseList(array $columns = ['id', 'name']): array;
}
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