Commit d5e318ab authored by 姜克保's avatar 姜克保

添加通过rpc 获取产品规格和发货备注

parent 6b500cd3
......@@ -129,4 +129,11 @@ interface SubOrderServiceInterface
*/
public function isOutStockInfo(array $subOrderNos = []):array;
/**
* 通过子订单号获取子订单信息
* @param array $subOrderNos
* @return array
*/
public function getSubOrderInfoByNo(array $subOrderNos = [], array $column = ['*']): array;
}
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