From 6fc0b66c23967734961a7e96d9472108d24407cf Mon Sep 17 00:00:00 2001 From: cool Date: Fri, 8 Mar 2024 17:04:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9D=83=E9=99=90=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E9=BB=98=E8=AE=A4=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/base/entity/sys/menu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/base/entity/sys/menu.ts b/src/modules/base/entity/sys/menu.ts index da44549..5636071 100644 --- a/src/modules/base/entity/sys/menu.ts +++ b/src/modules/base/entity/sys/menu.ts @@ -15,7 +15,7 @@ export class BaseSysMenuEntity extends BaseEntity { @Column({ comment: '菜单地址', nullable: true }) router: string; - @Column({ comment: '权限标识', nullable: true }) + @Column({ comment: '权限标识', type: 'text', nullable: true }) perms: string; @Column({