CommonResponse<UserAccountsModule> userAccounts = JSONObject.parseObject(result, new TypeReference<CommonResponse<UserAccountsModule>>(){});
Map<String,List<JSONObject>> permissonMap = JSONObject.parseObject(permissionStr, new TypeReference<Map<String, List<JSONObject>>>(){});