Commit 2f9436e8 authored by root's avatar root

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents 5dcbac0d ba360af6
...@@ -314,4 +314,12 @@ interface StoreServiceInterface ...@@ -314,4 +314,12 @@ interface StoreServiceInterface
* @return array * @return array
*/ */
public function getWarehouseAreaByIdList(array $ids = []): 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