From c26a7a536f9b5319185fc806c26ede612dca1fb4 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 14 八月 2023 17:45:03 +0800
Subject: [PATCH] 给资源表添加新的字段

---
 src/main/java/com/moon/server/entity/sys/RoleResEntity.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/moon/server/entity/sys/RoleResEntity.java b/src/main/java/com/moon/server/entity/sys/RoleResEntity.java
index d087dca..2ce7302 100644
--- a/src/main/java/com/moon/server/entity/sys/RoleResEntity.java
+++ b/src/main/java/com/moon/server/entity/sys/RoleResEntity.java
@@ -30,6 +30,8 @@
 
     private Integer type;
 
+    private int data;
+
     private Integer pid;
 
     private Integer level;
@@ -121,6 +123,14 @@
         this.type = type;
     }
 
+    public int getData() {
+        return data;
+    }
+
+    public void setData(int data) {
+        this.data = data;
+    }
+
     public Integer getPid() {
         return pid;
     }

--
Gitblit v1.9.3