From 58dd3c49946f2960fbf5c20d55acbd162108eb2d Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 24 三月 2023 18:08:18 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/data/MetaEntity.java | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 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 3e3142a..1515fd2 100644 --- a/src/main/java/com/lf/server/entity/data/MetaEntity.java +++ b/src/main/java/com/lf/server/entity/data/MetaEntity.java @@ -4,7 +4,7 @@ import java.sql.Timestamp; /** - * 婧愭暟鎹� + * 鍏冩暟鎹� * @author WWW */ public class MetaEntity implements Serializable { @@ -65,6 +65,8 @@ private String lastUser; 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