Commit c44065ac authored by fuyunnan's avatar fuyunnan

Merge branch 'store-auto-stock'

parents 23172590 cb3471b6
...@@ -219,4 +219,13 @@ interface StoreServiceInterface ...@@ -219,4 +219,13 @@ interface StoreServiceInterface
*/ */
public function getByExSourceList($sources, $status = [], $where = []): array; 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