Commit 522931f2 authored by  林继鑫's avatar 林继鑫

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents 792488d4 bc7ea1f1
......@@ -43,5 +43,20 @@ interface StockPlanServiceInterface
*/
public function exportProductEstimateSale(array $params);
/**
* 获取月度历史销量
* @param array $params eg: ['product_id'=>123,'product_child_id'=>1236,'start_month'=>'2023-01','end_month'=>'2023-08']
* @return array eg: {"2023-01": "34232","2023-02": "23432"}
* @author chentianyu
*/
public function getMonthHistorySale(array $params);
/**获取月度预测销量
* @param array $params eg: ['product_id'=>123,'start_month'=>'2023-01','end_month'=>'2023-08']
* @return array eg: {"2023-01": "34232","2023-02": "23432"}
* @author chentianyu
*/
public function getMonthEstimateSale(array $params);
}
\ No newline at end of file
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