|
@ -80,7 +80,6 @@ public class AppSettingsMgr { |
|
|
|
|
|
|
|
|
@EnginnerPageAction(name = "getAppSetting") |
|
|
@EnginnerPageAction(name = "getAppSetting") |
|
|
public AppRet<List<String>> getGroups() { |
|
|
public AppRet<List<String>> getGroups() { |
|
|
// AppSettingGroup |
|
|
|
|
|
List<String> groups = new ArrayList<>(); |
|
|
List<String> groups = new ArrayList<>(); |
|
|
for (AppSettingGroup group : AppSettingGroup.values()) { |
|
|
for (AppSettingGroup group : AppSettingGroup.values()) { |
|
|
groups.add(group.name()); |
|
|
groups.add(group.name()); |
|
|