From 9bce48a9f30f7d80c43f43f46d40df20fcb00e15 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期五, 03 二月 2023 09:39:59 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/entity/data/MetaFileEntity.java |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 51 insertions(+), 0 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 4f5cf47..6baa193 100644
--- a/src/main/java/com/lf/server/entity/data/MetaFileEntity.java
+++ b/src/main/java/com/lf/server/entity/data/MetaFileEntity.java
@@ -1,6 +1,7 @@
 package com.lf.server.entity.data;
 
 import java.io.Serializable;
+import java.sql.Timestamp;
 
 /**
  * 鍏冩暟鎹枃浠�
@@ -29,9 +30,19 @@
 
     private int createUser;
 
+    private Timestamp createTime;
+
     private String extName;
 
     private String epsgCode;
+
+    private String tab;
+
+    private String entity;
+
+    private int rows;
+
+    private String msg;
 
     public String getEventid() {
         return eventid;
@@ -113,6 +124,14 @@
         this.createUser = createUser;
     }
 
+    public Timestamp getCreateTime() {
+        return createTime;
+    }
+
+    public void setCreateTime(Timestamp createTime) {
+        this.createTime = createTime;
+    }
+
     public String getExtName() {
         return extName;
     }
@@ -128,4 +147,36 @@
     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;
+    }
+
+    public int getRows() {
+        return rows;
+    }
+
+    public void setRows(int rows) {
+        this.rows = rows;
+    }
+
+    public String getMsg() {
+        return msg;
+    }
+
+    public void setMsg(String msg) {
+        this.msg = msg;
+    }
 }

--
Gitblit v1.9.3