Commit 78489b2d authored by fuyunnan's avatar fuyunnan

自动分配库存的

parent c052a0ac
......@@ -219,4 +219,13 @@ interface StoreServiceInterface
*/
public function getByExSourceList($sources, $status = [], $where = []): array;
/**
* description:自动返回匹配的符合当前sku
* author: fuyunnan
* @param array $data sku数组
* @return array
* @throws
* Date: 2020/11/25
*/
public function autoSkuStock($data) :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