mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2024-11-01 22:20:30 +08:00
修改权限字段默认长度
This commit is contained in:
parent
2d933364f3
commit
6fc0b66c23
@ -15,7 +15,7 @@ export class BaseSysMenuEntity extends BaseEntity {
|
|||||||
@Column({ comment: '菜单地址', nullable: true })
|
@Column({ comment: '菜单地址', nullable: true })
|
||||||
router: string;
|
router: string;
|
||||||
|
|
||||||
@Column({ comment: '权限标识', nullable: true })
|
@Column({ comment: '权限标识', type: 'text', nullable: true })
|
||||||
perms: string;
|
perms: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
|
Loading…
Reference in New Issue
Block a user