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/LayerEntity.java |   65 ++++++++++++++++++++++++++++++--
 1 files changed, 61 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/moon/server/entity/sys/LayerEntity.java b/src/main/java/com/moon/server/entity/sys/LayerEntity.java
index 21a732b..6c65907 100644
--- a/src/main/java/com/moon/server/entity/sys/LayerEntity.java
+++ b/src/main/java/com/moon/server/entity/sys/LayerEntity.java
@@ -3,10 +3,7 @@
 import java.io.Serializable;
 import java.sql.Timestamp;
 
-/**
- * 鍥惧眰
- * @author WWW
- */
+@SuppressWarnings("ALL")
 public class LayerEntity implements Serializable {
     private static final long serialVersionUID = -371902381708800000L;
 
@@ -22,6 +19,8 @@
 
     private int isLayer;
 
+    private int isShow;
+
     private String icon;
 
     private int level;
@@ -31,6 +30,8 @@
     private int status;
 
     private int data;
+
+    private String tab;
 
     private int createUser;
 
@@ -49,6 +50,14 @@
     private int type;
 
     private String proxy;
+
+    private int category;
+
+    private int flag;
+
+    private Integer pubid;
+
+    private String unit;
 
     public LayerEntity() {
     }
@@ -101,6 +110,14 @@
         this.isLayer = isLayer;
     }
 
+    public int getIsShow() {
+        return isShow;
+    }
+
+    public void setIsShow(int isShow) {
+        this.isShow = isShow;
+    }
+
     public String getIcon() {
         return icon;
     }
@@ -139,6 +156,14 @@
 
     public void setData(int data) {
         this.data = data;
+    }
+
+    public String getTab() {
+        return tab;
+    }
+
+    public void setTab(String tab) {
+        this.tab = tab;
     }
 
     public int getCreateUser() {
@@ -212,4 +237,36 @@
     public void setProxy(String proxy) {
         this.proxy = proxy;
     }
+
+    public int getCategory() {
+        return category;
+    }
+
+    public void setCategory(int category) {
+        this.category = category;
+    }
+
+    public int getFlag() {
+        return flag;
+    }
+
+    public void setFlag(int flag) {
+        this.flag = flag;
+    }
+
+    public Integer getPubid() {
+        return pubid;
+    }
+
+    public void setPubid(Integer pubid) {
+        this.pubid = pubid;
+    }
+
+    public String getUnit() {
+        return unit;
+    }
+
+    public void setUnit(String unit) {
+        this.unit = unit;
+    }
 }

--
Gitblit v1.9.3