Commit 6a8464e6 authored by 王源's avatar 王源 🎧

Merge remote-tracking branch 'origin/master' into rpc/shopify

parents dfabfec3 8531895a
...@@ -227,5 +227,16 @@ interface StoreServiceInterface ...@@ -227,5 +227,16 @@ interface StoreServiceInterface
* @throws * @throws
* Date: 2020/11/25 * Date: 2020/11/25
*/ */
public function autoSkuStock($data) :array; public function autoSkuStock($data): array;
/**
* description:删除拣货中出库单
* author: fuyunnan
* @param array $sourceNo 来源单号
* @return int
* @throws
* Date: 2020/12/7
*/
public function delExOrderList($sourceNo): int;
} }
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