Commit cbb77108 authored by carlos's avatar carlos

小货rpc接口

parent 2020c08c
...@@ -35,4 +35,21 @@ interface ExternalDeliveryServiceInterface ...@@ -35,4 +35,21 @@ interface ExternalDeliveryServiceInterface
*/ */
public function deliveryPendingDisplay($productionId); public function deliveryPendingDisplay($productionId);
/**
* 小货-发货记录
* @param $params
* @author Linjixin
* date 2022-11-15
*/
public function deliveryRecordsList($params);
/**
* 小货-发货记录导出
* @param $params
* @author Linjixin
* date 2022-11-15
*/
public function deliveryRecordsListExport($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