Commit eea34008 authored by Liu lu's avatar Liu lu
Browse files

获取订单扩展信息

parent 0b051da6
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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=['*']);
}