From 58a671a7c81c5bd71ebd1dbcb9b3f3aadb41aac4 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 10 一月 2023 17:51:12 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/data/MetaFileEntity.java | 40 ++++++++++++++++++++++++++++++---------- 1 files changed, 30 insertions(+), 10 deletions(-) diff --git a/src/main/java/com/lf/server/entity/data/MetaFileEntity.java b/src/main/java/com/lf/server/entity/data/MetaFileEntity.java index 3469b7c..31cae41 100644 --- a/src/main/java/com/lf/server/entity/data/MetaFileEntity.java +++ b/src/main/java/com/lf/server/entity/data/MetaFileEntity.java @@ -29,9 +29,13 @@ private int createUser; - private String cs; - private String extName; + + private String epsgCode; + + private String tab; + + private String entity; public String getEventid() { return eventid; @@ -113,14 +117,6 @@ this.createUser = createUser; } - public String getCs() { - return cs; - } - - public void setCs(String cs) { - this.cs = cs; - } - public String getExtName() { return extName; } @@ -128,4 +124,28 @@ public void setExtName(String extName) { this.extName = extName; } + + public String getEpsgCode() { + return epsgCode; + } + + public void setEpsgCode(String epsgCode) { + this.epsgCode = epsgCode; + } + + public String getTab() { + return tab; + } + + public void setTab(String tab) { + this.tab = tab; + } + + public String getEntity() { + return entity; + } + + public void setEntity(String entity) { + this.entity = entity; + } } -- Gitblit v1.9.3