Commit 68a34ab0 authored by fuyunnan's avatar fuyunnan

新建删除出库单的rpc 仓库

parent f381fbb1
......@@ -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