Commit 11d37b98 authored by  林继鑫's avatar 林继鑫

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

parents e8b698cc b11b6fc3
......@@ -4,6 +4,8 @@
namespace Meibuyu\Rpc\Service\Interfaces\OutsideFactory;
use App\Services\Production\ProductionExceptionService;
interface FactoryServiceInterface
{
......@@ -143,4 +145,11 @@ interface FactoryServiceInterface
* @param $params
*/
public function repairReturn($delivery_no, $repairProducts);
/**
* Notes: 处理到仓返修异常
* User: carlos
* DateTime: 2022/11/27 9:23
*/
public function processWarehouseRepair($params);
}
\ No newline at end of file
......@@ -135,4 +135,12 @@ interface ExternalDeliveryServiceInterface
*/
public function AbnormalReturnRecord($params);
/**
* 查看回显
* @param $params
* @author Lin jixin
* date 2022/11/26 11:15
*/
public function ViewByAbnormalReturnRecord($params);
}
\ No newline at end of file
......@@ -53,5 +53,12 @@ interface ExternalProductionServiceInterface
/**
* 日志列表
* @param $params
* @author Lin jixin
* date 2022/11/30 11:11
*/
public function getExternalLog($params);
}
\ No newline at end of file
......@@ -208,4 +208,13 @@ interface ProductionServiceInterface
*/
public function getOutsideMessage($id);
/**
* Notes: 获取礼服备货审核信息
* User: carlos
* DateTime: 2022/11/29 16:59
* @param $code
*/
public function getStockUpDressApproval($code);
}
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