From 11d327572b3fc007ef68c46b9c66a451a76e6430 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期五, 25 六月 2021 17:28:01 +0800
Subject: [PATCH] 升级pagehelper到最新版1.3.1
---
src/main/java/com/ruoyi/project/system/domain/SysMenu.java | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/ruoyi/project/system/domain/SysMenu.java b/src/main/java/com/ruoyi/project/system/domain/SysMenu.java
index 24990c0..276e407 100644
--- a/src/main/java/com/ruoyi/project/system/domain/SysMenu.java
+++ b/src/main/java/com/ruoyi/project/system/domain/SysMenu.java
@@ -41,12 +41,15 @@
/** 鏄惁涓哄閾撅紙0鏄� 1鍚︼級 */
private String isFrame;
+ /** 鏄惁缂撳瓨锛�0缂撳瓨 1涓嶇紦瀛橈級 */
+ private String isCache;
+
/** 绫诲瀷锛圡鐩綍 C鑿滃崟 F鎸夐挳锛� */
private String menuType;
/** 鏄剧ず鐘舵�侊紙0鏄剧ず 1闅愯棌锛� */
private String visible;
-
+
/** 鑿滃崟鐘舵�侊紙0鏄剧ず 1闅愯棌锛� */
private String status;
@@ -144,6 +147,16 @@
this.isFrame = isFrame;
}
+ public String getIsCache()
+ {
+ return isCache;
+ }
+
+ public void setIsCache(String isCache)
+ {
+ this.isCache = isCache;
+ }
+
@NotBlank(message = "鑿滃崟绫诲瀷涓嶈兘涓虹┖")
public String getMenuType()
{
@@ -216,6 +229,7 @@
.append("path", getPath())
.append("component", getComponent())
.append("isFrame", getIsFrame())
+ .append("IsCache", getIsCache())
.append("menuType", getMenuType())
.append("visible", getVisible())
.append("status ", getStatus())
--
Gitblit v1.9.3