From 024701b47f330fb009619e1152dc88b6d6be1f44 Mon Sep 17 00:00:00 2001 From: ap <951984189@qq.com> Date: Mon, 13 Dec 2021 15:43:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96oss=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E9=93=BE=E6=8E=A5=E5=B9=B6=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=88=B0oss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/app/modules/base/entity/sys/menu.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 028d486..b23686f 100755 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@cool-midway/alipay": "^4.0.4", "@cool-midway/core": "^4.0.12", "@cool-midway/es": "^4.0.2", - "@cool-midway/oss": "^4.0.2", + "@cool-midway/oss": "^4.0.3", "@cool-midway/queue": "^4.0.6", "@cool-midway/redis": "^4.0.3", "@cool-midway/socket": "^4.0.2", diff --git a/src/app/modules/base/entity/sys/menu.ts b/src/app/modules/base/entity/sys/menu.ts index 18b5c53..7c7dd5b 100644 --- a/src/app/modules/base/entity/sys/menu.ts +++ b/src/app/modules/base/entity/sys/menu.ts @@ -41,6 +41,6 @@ export class BaseSysMenuEntity extends BaseEntity { // 父菜单名称 parentName: string; - @Column({ comment: '父菜单名称', default: true }) + @Column({ comment: '是否显示', default: true }) isShow: boolean; }