用户 角色

时间:2014-05-14 02:43:57   收藏:0   阅读:217

select * from ssrole;                                             --角色表 
select * from ssrolemenu where roleid = roleid;       --角色关联菜单表
select * from ssmenu where menuid = menuid;       --菜单表

select * from ssusers;                                          --用户表
select * from ssroleuser where roleid = roleid;         --角色关联用户表

用户 角色,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!