Commit eea34008 authored by Liu lu's avatar Liu lu

获取订单扩展信息

parent 0b051da6
......@@ -32,4 +32,14 @@ interface StockUpServiceInterface
* @return mixed
*/
public function getDressStockUnitPrice($orderNo, $productId);
/**
* 获取订单扩展信息
* @param $noArr
* @param string[] $column
* @author Liu lu
* date 2023-02-03
*/
public function getOrderExtendInfoListByNo($noArr,$column=['*']);
}
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