Commit ec5b52a7 authored by 秦俊坤's avatar 秦俊坤

工厂新增获取工厂方法 RPC 接口

parent e3412160
......@@ -14,4 +14,12 @@ interface FactoryServiceInterface
* @return String
*/
public function productCraftPrint($craftInfo) ;
/**
* 获取对应的工厂信息
* @param array $factoryIds
* @param array|string[] $columns
* @return mixed
*/
public function getFactories(array $factoryIds = [], array $columns = ['*']);
}
\ 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