From bf9f5d506d34cbbcc68f77cdf71e30a6cf3cd7d4 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 09 八月 2023 13:50:07 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/entity/data/MetaEntity.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/data/MetaEntity.java b/src/main/java/com/lf/server/entity/data/MetaEntity.java
index 1439618..1515fd2 100644
--- a/src/main/java/com/lf/server/entity/data/MetaEntity.java
+++ b/src/main/java/com/lf/server/entity/data/MetaEntity.java
@@ -66,6 +66,8 @@
 
     private Timestamp lastTime;
 
+    private String url;
+
     public MetaEntity() {
     }
 
@@ -292,4 +294,12 @@
     public void setLastTime(Timestamp lastTime) {
         this.lastTime = lastTime;
     }
+
+    public String getUrl() {
+        return url;
+    }
+
+    public void setUrl(String url) {
+        this.url = url;
+    }
 }

--
Gitblit v1.9.3