Commit 8a976b7c authored by carlos's avatar carlos

到仓返修处理rpc口

parent d4ccd43e
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
namespace Meibuyu\Rpc\Service\Interfaces\OutsideFactory; namespace Meibuyu\Rpc\Service\Interfaces\OutsideFactory;
use App\Services\Production\ProductionExceptionService;
interface FactoryServiceInterface interface FactoryServiceInterface
{ {
...@@ -143,4 +145,11 @@ interface FactoryServiceInterface ...@@ -143,4 +145,11 @@ interface FactoryServiceInterface
* @param $params * @param $params
*/ */
public function repairReturn($delivery_no, $repairProducts); 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
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