Commit 88fb4f4c authored by  林继鑫's avatar 林继鑫

供应商资料 新增rpc方法

parent 4ed88586
......@@ -60,4 +60,14 @@ interface SupplyServiceInterface
* @param $factoryIds
*/
public function getSupplierInfo($factoryIds);
/**
* 获取供应商资料联系人,联系电话
* @param $related_factory_id
* @return string[]|null
*/
public function getSupplierRateInfo($related_factory_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