From 05b7f36c1fdb1dae4fd2131f63e10f72f85ee42c Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 03 四月 2023 16:49:14 +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