From ed8c7a5effd0d423ce1118b680ecdca6fe732609 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 02 七月 2025 16:43:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.11.205:9000/r/P2022036_Service

---
 src/main/java/com/lf/server/entity/show/ApplyEntity.java |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 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 56c3ea5..133beef 100644
--- a/src/main/java/com/lf/server/entity/show/ApplyEntity.java
+++ b/src/main/java/com/lf/server/entity/show/ApplyEntity.java
@@ -40,7 +40,7 @@
 
     private String uname;
 
-    private Boolean isVerify;
+    private Integer isVerify;
 
     private String depcode;
 
@@ -49,6 +49,8 @@
     private String gids;
 
     private String filters;
+    
+    private String guid;
 
     public ApplyEntity() {
     }
@@ -173,12 +175,12 @@
         this.uname = uname;
     }
 
-    public Boolean getVerify() {
+    public Integer getIsVerify() {
         return isVerify;
     }
 
-    public void setVerify(Boolean verify) {
-        isVerify = verify;
+    public void setIsVerify(Integer isVerify) {
+        this.isVerify = isVerify;
     }
 
     public String getDepcode() {
@@ -212,4 +214,12 @@
     public void setFilters(String filters) {
         this.filters = filters;
     }
+
+    public String getGuid() {
+        return guid;
+    }
+
+    public void setGuid(String guid) {
+        this.guid = guid;
+    }
 }

--
Gitblit v1.9.3