Commit 57b0d1f7 authored by carlos's avatar carlos

所有仓库rpc接口

parent 43eee149
......@@ -346,4 +346,11 @@ interface StoreServiceInterface
* @return mixed
*/
public function receiveCommand4StockUp($commandType, $payload);
/**
* description:获取仓库所有名称 keyBy(id)
* @param array $columns 字段
* @return array
*/
public function listWarehouse($columns = ['id', 'name', 'locked']): 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