From 07a68b8d93aa059968a9709f2c81e6625338032c Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 21 十一月 2022 20:19:49 +0800 Subject: [PATCH] 12 --- src/main/java/com/lf/server/entity/data/MetaEntity.java | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 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 7a52f64..c2c2c96 100644 --- a/src/main/java/com/lf/server/entity/data/MetaEntity.java +++ b/src/main/java/com/lf/server/entity/data/MetaEntity.java @@ -32,6 +32,8 @@ private Timestamp gather; + private String batch; + private String descr; private int createUser; @@ -135,6 +137,14 @@ this.gather = gather; } + public String getBatch() { + return batch; + } + + public void setBatch(String batch) { + this.batch = batch; + } + public String getDescr() { return descr; } @@ -179,7 +189,7 @@ return geom; } - public void setGeom(String geo) { - this.geom = geo; + public void setGeom(String geom) { + this.geom = geom; } } -- Gitblit v1.9.3