From 766721e07319143dcbc42c344515bbcfdbd6ea38 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期五, 21 七月 2023 11:14:02 +0800
Subject: [PATCH] 添加tab字段

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

diff --git a/src/main/java/com/moon/server/entity/sys/ResEntity.java b/src/main/java/com/moon/server/entity/sys/ResEntity.java
index 0bc08e0..30994cb 100644
--- a/src/main/java/com/moon/server/entity/sys/ResEntity.java
+++ b/src/main/java/com/moon/server/entity/sys/ResEntity.java
@@ -24,6 +24,8 @@
 
     private int category;
 
+    private String tab;
+
     private int firm;
 
     private String url;
@@ -117,6 +119,14 @@
         this.category = category;
     }
 
+    public String getTab() {
+        return tab;
+    }
+
+    public void setTab(String tab) {
+        this.tab = tab;
+    }
+
     public int getFirm() {
         return firm;
     }

--
Gitblit v1.9.3