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 |   35 +++++++++++++++++++++++++++++++----
 1 files changed, 31 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 33bb591..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;
 
@@ -26,13 +23,19 @@
 
     private String cnName;
 
+    private String enName;
+
     private Integer type;
+
+    private int data;
 
     private Integer pid;
 
     private Integer level;
 
     private Integer sort;
+
+    private String tab;
 
     public RoleResEntity() {
     }
@@ -101,12 +104,28 @@
         this.cnName = cnName;
     }
 
+    public String getEnName() {
+        return enName;
+    }
+
+    public void setEnName(String enName) {
+        this.enName = enName;
+    }
+
     public Integer getType() {
         return type;
     }
 
     public void setType(Integer type) {
         this.type = type;
+    }
+
+    public int getData() {
+        return data;
+    }
+
+    public void setData(int data) {
+        this.data = data;
     }
 
     public Integer getPid() {
@@ -132,4 +151,12 @@
     public void setSort(Integer sort) {
         this.sort = sort;
     }
+
+    public String getTab() {
+        return tab;
+    }
+
+    public void setTab(String tab) {
+        this.tab = tab;
+    }
 }

--
Gitblit v1.9.3