Commit 715b605f authored by fuyunnan's avatar fuyunnan

Merge branch 'order_rpc' into test

parents 45f7c024 63916049
...@@ -34,5 +34,11 @@ interface SubOrderServiceInterface ...@@ -34,5 +34,11 @@ interface SubOrderServiceInterface
*/ */
public function updateSubOrderShipStatus(array $idList, int $status):bool; public function updateSubOrderShipStatus(array $idList, int $status):bool;
/**
* 需要改变的子订单id
* @param int $id
* @return bool
*/
public function StockIntoUpdateSubOrderStatus(int $id):bool;
} }
\ No newline at end of file
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