Commit 63916049 authored by zhaopeng343's avatar zhaopeng343

入库修改订单中心子订单状态rpc

parent 45f7c024
......@@ -34,5 +34,11 @@ interface SubOrderServiceInterface
*/
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