RBAC权限表增加url列
This commit is contained in:
@@ -14,4 +14,6 @@ public class Permissions {
|
||||
private Integer id;//主键,权限ID
|
||||
@Column(name = "description")
|
||||
private String description;//权限名称
|
||||
@Column(name = "url")
|
||||
private String url;//权限对应的URL
|
||||
}
|
||||
|
Reference in New Issue
Block a user