Loading src/Service/Interfaces/Order/StockUpServiceInterface.php +10 −0 Original line number Diff line number Diff line Loading @@ -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=['*']); } Loading
src/Service/Interfaces/Order/StockUpServiceInterface.php +10 −0 Original line number Diff line number Diff line Loading @@ -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=['*']); }