Commit 40209e1f authored by  林继鑫's avatar 林继鑫

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

parents 860bbdd7 108eae3d
...@@ -73,4 +73,49 @@ interface ExternalDeliveryServiceInterface ...@@ -73,4 +73,49 @@ interface ExternalDeliveryServiceInterface
public function getDeliveryRecord($delivery_no); public function getDeliveryRecord($delivery_no);
/**
* 小货工作台-异常待办/预警事项/进行中的订单
* @param $params
* @author Lin jixin
* date 2022/11/18 10:03
*/
public function Totals($params);
/**
* 工作台-交付情况
* @param $params
* @author Lin jixin
* date 2022/11/18 10:06
*/
public function handOver($params);
/**
* 逾期与近交期订单
* @param $params
* @author Lin jixin
* date 2022/11/17 11:48
*/
public function overdueOrCloseDelivery($params);
/**产品质量
* @param $params
* @author Lin jixin
* date 2022/11/17 11:51
*/
public function quality($params);
/**排行榜
* @param $params
* @author Lin jixin
* date 2022/11/17 11:51
*/
public function rank($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