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