Commit 1ee3355a authored by fuyunnan's avatar fuyunnan
Browse files

Merge branch 'order_rpc' into test

parents e29eec6b a3048506
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -174,14 +174,14 @@ interface StoreServiceInterface
    public function checkStock($ids): array;


//    /**
//     * description:出库单 恢复库存 出库单定为已取消
//     * author: fuyunnan
//     * @param string $sourceNo 来源单号
//     * @return int
//     * @throws
//     * Date: 2020/9/7
//     */
//    public function restoreStock($sourceNo): int;
    /**
     * description:出库单 恢复库存 出库单定为已取消
     * author: fuyunnan
     * @param string $sourceNo 来源单号
     * @return int
     * @throws
     * Date: 2020/9/7
     */
    public function restoreStock($sourceNo): int;

}