﻿[
    {
        "id": "1",
        "h_name": "ROLE_ROOT",
        "description": "超级管理员角色，约定不会被任何权限检查拦截",
        "createdAt": "2016-09-29 10:16:42",
        "updatedAt": "2016-09-29 10:16:45"
    },
    {
        "id": "2",
        "h_name": "ROLE_ANONYMOUS",
        "description": "匿名角色，约定所有未登陆的用户都要拥有此角色",
        "createdAt": "2016-09-29 10:18:22",
        "updatedAt": "2016-09-29 10:18:24"
    },
    {
        "id": "3",
        "h_name": "ROLE_USER",
        "description": "用户角色，约定所有登陆后的注册用户都要拥有此角色",
        "createdAt": "2016-09-29 10:18:22",
        "updatedAt": "2016-09-29 10:18:24"
    },
    {
        "id": "4",
        "h_name": "ROLE_ADMIN",
        "description": "管理员角色",
        "createdAt": "2016-09-29 10:17:07",
        "updatedAt": "2016-09-29 10:17:10"
    }
]