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

删除仓库的多余rpc

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