Commit a3048506 authored by fuyunnan's avatar fuyunnan

提交订单系统恢复库存rpc

parent fb493800
...@@ -174,14 +174,14 @@ interface StoreServiceInterface ...@@ -174,14 +174,14 @@ interface StoreServiceInterface
public function checkStock($ids): array; public function checkStock($ids): array;
// /** /**
// * description:出库单 恢复库存 出库单定为已取消 * description:出库单 恢复库存 出库单定为已取消
// * author: fuyunnan * author: fuyunnan
// * @param string $sourceNo 来源单号 * @param string $sourceNo 来源单号
// * @return int * @return int
// * @throws * @throws
// * Date: 2020/9/7 * Date: 2020/9/7
// */ */
// public function restoreStock($sourceNo): int; public function restoreStock($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