Commit 898b39d4 authored by 秦俊坤's avatar 秦俊坤

新增 getDressStockUnitPrice RPC 方法

parent 130ad95a
......@@ -28,4 +28,13 @@ interface StockUpServiceInterface
* @return array
*/
public function getStockUpInfoByOrderNo($sourceNo):array;
/**
* 获取礼服备货单价
* @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