Commit 71549e48 authored by 王源's avatar 王源 🎧

删除无用rpc方法

parent 124c5819
......@@ -41,11 +41,4 @@ interface PlatformProductServiceInterface
*/
public function getWithPoint(array $idList, $groupByFlag = false);
/**
* 获取全部平台产品状态列表
* @param array $columns 默认['id', 'name']
* @return array
*/
public function platformProductStatus(array $columns = ['id', 'name']): array;
}
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