Commit 832535c6 authored by Liu lu's avatar Liu lu

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

# Conflicts:
#	src/Service/Interfaces/Production/ExternalDeliveryServiceInterface.php
parent 6f20742c
...@@ -70,4 +70,41 @@ interface ExternalProductionServiceInterface ...@@ -70,4 +70,41 @@ interface ExternalProductionServiceInterface
*/ */
public function getExternalBillList($params); public function getExternalBillList($params);
/**
* 分派中心订单到仓跟进中心
* @param $params
* @author Lin jixin
* date 2022/12/19 16:35
*/
public function getApportionOrderToStoreList($params);
/**
* 分派中心订单到仓跟进中心tab
* @param $params
* @author Lin jixin
* date 2022/12/19 16:35
*/
public function getApportionOrderToStoreTab($params);
/**
* 分派中心订单到仓跟进中心回显
* @param $params
* @author Lin jixin
* date 2022/12/19 16:35
*/
public function viewApportionOrderbyId($params);
/**
* 分派中心订单到仓跟进中心下载发货单
* @param $params
* @author Lin jixin
* date 2022/12/19 16:35
*/
public function downloadDeliveryOrder($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