select * from ssrole;
--角色表
select * from ssrolemenu where roleid =
roleid; --角色关联菜单表
select * from ssmenu where menuid =
menuid; --菜单表
select * from ssusers;
--用户表
select * from ssroleuser where roleid = roleid;
--角色关联用户表
原文地址:http://www.cnblogs.com/scoracle/p/3723865.html