From 34ccc4ae6b10b30c391ba7738c15059bbf676f59 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期六, 18 三月 2023 14:03:41 +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