Commit cbe93d2b authored by  林继鑫's avatar 林继鑫

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

parents bb48f877 cbb77108
...@@ -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