From 024e90554d19c2342f27a26f91bbea378f84da82 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 13 十一月 2024 17:25:18 +0800
Subject: [PATCH] 1

---
 src/main/java/com/moon/server/entity/sys/RoleResEntity.java |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 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..f2256e6 100644
--- a/src/main/java/com/moon/server/entity/sys/RoleResEntity.java
+++ b/src/main/java/com/moon/server/entity/sys/RoleResEntity.java
@@ -3,10 +3,7 @@
 import java.io.Serializable;
 import java.sql.Timestamp;
 
-/**
- * 瑙掕壊-璧勬簮
- * @author WWW
- */
+@SuppressWarnings("ALL")
 public class RoleResEntity implements Serializable {
     private static final long serialVersionUID = -634834740606525312L;
 
@@ -29,6 +26,8 @@
     private String enName;
 
     private Integer type;
+
+    private int data;
 
     private Integer pid;
 
@@ -121,6 +120,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