From 1d53dd8f501a98ddcce8146443b51b357ef5f9b1 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 29 十二月 2022 16:55:46 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/entity/show/ApplyEntity.java |   52 ++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 46 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/show/ApplyEntity.java b/src/main/java/com/lf/server/entity/show/ApplyEntity.java
index 9acc04b..d6aa5f5 100644
--- a/src/main/java/com/lf/server/entity/show/ApplyEntity.java
+++ b/src/main/java/com/lf/server/entity/show/ApplyEntity.java
@@ -8,7 +8,7 @@
  * @author WWW
  */
 public class ApplyEntity implements Serializable {
-    private static final long serialVersionUID = -681840196569375744L;
+    private static final long serialVersionUID = -849213119060365952L;
 
     private int id;
 
@@ -16,9 +16,13 @@
 
     private String depids;
 
-    private String tables;
+    private String tabs;
+
+    private String entities;
 
     private String wkt;
+
+    private String pwd;
 
     private int status;
 
@@ -33,6 +37,10 @@
     private int updateUser;
 
     private Timestamp updateTime;
+
+    private String uname;
+
+    private Boolean isVerify;
 
     public ApplyEntity() {
     }
@@ -61,12 +69,20 @@
         this.depids = depids;
     }
 
-    public String getTables() {
-        return tables;
+    public String getTabs() {
+        return tabs;
     }
 
-    public void setTables(String tables) {
-        this.tables = tables;
+    public void setTabs(String tabs) {
+        this.tabs = tabs;
+    }
+
+    public String getEntities() {
+        return entities;
+    }
+
+    public void setEntities(String entities) {
+        this.entities = entities;
     }
 
     public String getWkt() {
@@ -75,6 +91,14 @@
 
     public void setWkt(String wkt) {
         this.wkt = wkt;
+    }
+
+    public String getPwd() {
+        return pwd;
+    }
+
+    public void setPwd(String pwd) {
+        this.pwd = pwd;
     }
 
     public int getStatus() {
@@ -132,4 +156,20 @@
     public void setUpdateTime(Timestamp updateTime) {
         this.updateTime = updateTime;
     }
+
+    public String getUname() {
+        return uname;
+    }
+
+    public void setUname(String uname) {
+        this.uname = uname;
+    }
+
+    public Boolean getVerify() {
+        return isVerify;
+    }
+
+    public void setVerify(Boolean verify) {
+        isVerify = verify;
+    }
 }

--
Gitblit v1.9.3