Commit 6666a2e9 authored by  林继鑫's avatar 林继鑫

转派工厂下来列表

parent d9f6b056
......@@ -4,6 +4,8 @@
namespace Meibuyu\Rpc\Service\Interfaces\OutsideFactory;
use App\Model\Factory;
interface FactoryServiceInterface
{
......@@ -43,4 +45,14 @@ interface FactoryServiceInterface
* @return mixed
*/
public function toProductOrderMessage(array $post);
public function factoryList();
/**
* 子工厂列表
* @param string $id 工厂id
* @return array $list
*/
public function childFactoryList($id);
}
\ 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