Commit afdce053 authored by 秦俊坤's avatar 秦俊坤

新增获取单价方法

parent c1ec58c6
...@@ -10,4 +10,12 @@ interface StockUpServiceInterface ...@@ -10,4 +10,12 @@ interface StockUpServiceInterface
* @return mixed * @return mixed
*/ */
public function stockIntoUpdateStatus($stockNo):bool; public function stockIntoUpdateStatus($stockNo):bool;
/**
* 获取礼服备货单价
* @param $orderNo
* @param $productId
* @return mixed
*/
public function getDressStockUnitPrice($orderNo, $productId);
} }
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