Commit 8531895a authored by fuyunnan's avatar fuyunnan

Merge branch 'feature-store-delexorder'

parents f381fbb1 523cd026
......@@ -227,5 +227,16 @@ interface StoreServiceInterface
* @throws
* 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