Commit 15829ce0 authored by zhangdongying's avatar zhangdongying

获取主订单下的所有子订单列表

parent c34ea339
......@@ -158,4 +158,12 @@ interface SubOrderServiceInterface
* @return mixed
*/
public function getSalesReturnUnitPrice($orderNo, $productId);
/**
* 获取主订单下的所有子订单列表
*
* @param string $subOrderNo 子订单号
* @return mixed
*/
public function getBySubOrderNo(string $subOrderNo);
}
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