Commit 7b8b0d91 authored by 秦俊坤's avatar 秦俊坤

Merge remote-tracking branch 'origin/master'

parents 09e49bcf 60586c4b
......@@ -307,4 +307,11 @@ interface StoreServiceInterface
* Date: 2020/12/14
*/
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