Commit d7a90f17 authored by 符运喃's avatar 符运喃

Merge branch 'feature-del-code-rpc'

parents e47eb77b fb4e7213
......@@ -230,16 +230,6 @@ interface StoreServiceInterface
*/
public function restoreStock($sourceNo): int;
/**
* description:更新出库单状态
* author: fuyunnan
* @param array $sourceNos 来源单号数组
* @return int
* @throws
* Date: 2020/10/13
*/
public function updateExOrder($sourceNos): int;
/**
* description:通过出库来源单号获取-对应的信息
* author: fuyunnan
......@@ -261,16 +251,6 @@ interface StoreServiceInterface
* Date: 2020/11/25
*/
public function autoSkuStock($data): array;
/**
* description:删除拣货中出库单
* author: fuyunnan
* @param array $sourceNo 来源单号
* @return int
* @throws
* Date: 2020/12/7
*/
public function delExOrderList($sourceNo): int;
/**
* description:订单通知取消更改字段 不在生成出库单
* author: fuyunnan
......
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