Commit 2e8ad0d8 authored by fuyunnan's avatar fuyunnan

Merge branch 'feature-store-delexorder' into test

parents 25cfa57d 68a34ab0
...@@ -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