Commit 12407c71 authored by Liu lu's avatar Liu lu

供应链礼服备货小货生产单接口服务

parent e6b42aa7
<?php <?php
/** /**
* 外工厂礼服备货小货,生产单rpc接口服务 * 供应链礼服备货小货生产单接口服务
*/ */
namespace Meibuyu\Rpc\Service\Interfaces\OutsideFactory; namespace Meibuyu\Rpc\Service\Interfaces\Production;
interface ExternalFactoryServiceInterface interface ExternalProductionServiceInterface
{ {
/** /**
* 生产单列表 * 生产单列表
* @return mixed * @return mixed
...@@ -27,4 +26,5 @@ interface ExternalFactoryServiceInterface ...@@ -27,4 +26,5 @@ interface ExternalFactoryServiceInterface
* date 2022-11-10 * date 2022-11-10
*/ */
public function productionTabList($params); public function productionTabList($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