Commit 5a2f1461 authored by 姜克保's avatar 姜克保

添加仓库区域rpc

parent 234aa60b
...@@ -307,4 +307,11 @@ interface StoreServiceInterface ...@@ -307,4 +307,11 @@ interface StoreServiceInterface
* Date: 2020/12/14 * Date: 2020/12/14
*/ */
public function cancelOrderDeliver($sourceNos, $field): int; public function cancelOrderDeliver($sourceNos, $field): int;
/**
* 通过仓库区域id获取仓库区域信息
* @param array $ids
* @return array
*/
public function getWarehouseAreaByIdList(array $ids): 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