Commit e93d0319 authored by gongyuanbiao's avatar gongyuanbiao

app

parent f0fc0b70
......@@ -45,5 +45,14 @@ interface AppServiceInterface
* @return array 默认keyBy('id')
*/
public function getByNameList(array $nameList, array $relations = [], array $columns = ['id', 'title', 'name']): array;
/**
* Notes: 获取所有应用
* User: carlos
* @param array $columns 默认展示id和title,name 可传['title', 'name', 'entry', 'prefix', 'group_id', 'is_inside', 'is_active', 'icon'
* DateTime: 2022/5/6 16:05
*/
public function getAllApps(array $columns = ['id', 'title', '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