Commit 82f3cf46 authored by carlos's avatar carlos

工厂rpc接口

parent d9f6b056
......@@ -43,4 +43,24 @@ interface FactoryServiceInterface
* @return mixed
*/
public function toProductOrderMessage(array $post);
/**
* 工厂列表
* @param string $id 工厂id
* @return array $list
*/
public function factoryList();
/**
* 子工厂列表
* @return array $list
*/
public function childFactoryList($id);
/**
* 工厂树状列表
* @return array $list
*/
public function treeFactoryList();
}
\ 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