后台权限模块设计
2016-08-19 14:46:17 74 举报
后台权限模块设计
作者其他创作
大纲/内容
AccountSpecialPermission
+ Id : int+ AccountId : int+ PermissionId : int+ IsAllow : bool+ CreateTime : DateTime
RolePermissionMapping
+ Id : int+ RoleId: int+ PermissionId : int
Role
+ Id : int+ Name : string+ Description : string+ CreateTime : DateTime
Account
+ Id : int+ UserName : string+ Password : string+ Email : string+ RealName : string+ Tel : string+ IsAdministrator : bool+ CreateTime : DateTime
AccountRoleMapping
+ Id : int+ AccountId : int+ RoleId : int
Menu
+ Id : int+ ParentId : int+ Name : string+ ShowName : string+ CreateTime : DateTime
Permission
+ Id : int+ MenuId : int+ ControllerName : string+ ActionName : string+ Name : string+ Description : string+ CreateTime : DateTime
1..1
1..*
0 条评论
下一页