From c4a9a6f3f5740f475068378a19f41d651635f1a3 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 06 四月 2023 11:07:03 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/entity/show/ApplyEntity.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 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 b345326..133beef 100644
--- a/src/main/java/com/lf/server/entity/show/ApplyEntity.java
+++ b/src/main/java/com/lf/server/entity/show/ApplyEntity.java
@@ -49,6 +49,8 @@
     private String gids;
 
     private String filters;
+    
+    private String guid;
 
     public ApplyEntity() {
     }
@@ -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