Commit 108eae3d authored by Liu lu's avatar Liu lu

外工厂发货rpc

parent 187b332b
......@@ -73,4 +73,49 @@ interface ExternalDeliveryServiceInterface
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