From 5573ab68a6bf98014e6948d0c5ab538a90ce0ada Mon Sep 17 00:00:00 2001
From: sws <15810472099@163.com>
Date: 星期六, 14 一月 2023 09:46:15 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/entity/data/MetaEntity.java |  122 ++++++++++++++++++----------------------
 1 files changed, 56 insertions(+), 66 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 423e022..9334620 100644
--- a/src/main/java/com/lf/server/entity/data/MetaEntity.java
+++ b/src/main/java/com/lf/server/entity/data/MetaEntity.java
@@ -8,11 +8,13 @@
  * @author WWW
  */
 public class MetaEntity implements Serializable {
-    private static final long serialVersionUID = -351865749970015936L;
+    private static final long serialVersionUID = -984838663593325184L;
 
     private int id;
 
-    private String name;
+    private String eventid;
+
+    private int metaid;
 
     private int dirid;
 
@@ -20,25 +22,19 @@
 
     private int verid;
 
+    private String name;
+
     private String type;
+
+    private String guid;
+
+    private String path;
 
     private double sizes;
 
     private String tab;
 
     private int rows;
-
-    private String cs;
-
-    private String scale;
-
-    private String resolution;
-
-    private Timestamp gather;
-
-    private String batch;
-
-    private String descr;
 
     private int createUser;
 
@@ -47,6 +43,8 @@
     private int updateUser;
 
     private Timestamp updateTime;
+
+    private String bak;
 
     private String geom;
 
@@ -69,12 +67,20 @@
         this.id = id;
     }
 
-    public String getName() {
-        return name;
+    public String getEventid() {
+        return eventid;
     }
 
-    public void setName(String name) {
-        this.name = name;
+    public void setEventid(String eventid) {
+        this.eventid = eventid;
+    }
+
+    public int getMetaid() {
+        return metaid;
+    }
+
+    public void setMetaid(int metaid) {
+        this.metaid = metaid;
     }
 
     public int getDirid() {
@@ -101,12 +107,36 @@
         this.verid = verid;
     }
 
+    public String getName() {
+        return name;
+    }
+
+    public void setName(String name) {
+        this.name = name;
+    }
+
     public String getType() {
         return type;
     }
 
     public void setType(String type) {
         this.type = type;
+    }
+
+    public String getGuid() {
+        return guid;
+    }
+
+    public void setGuid(String guid) {
+        this.guid = guid;
+    }
+
+    public String getPath() {
+        return path;
+    }
+
+    public void setPath(String path) {
+        this.path = path;
     }
 
     public double getSizes() {
@@ -131,54 +161,6 @@
 
     public void setRows(int rows) {
         this.rows = rows;
-    }
-
-    public String getCs() {
-        return cs;
-    }
-
-    public void setCs(String cs) {
-        this.cs = cs;
-    }
-
-    public String getScale() {
-        return scale;
-    }
-
-    public void setScale(String scale) {
-        this.scale = scale;
-    }
-
-    public String getResolution() {
-        return resolution;
-    }
-
-    public void setResolution(String resolution) {
-        this.resolution = resolution;
-    }
-
-    public Timestamp getGather() {
-        return gather;
-    }
-
-    public void setGather(Timestamp gather) {
-        this.gather = gather;
-    }
-
-    public String getBatch() {
-        return batch;
-    }
-
-    public void setBatch(String batch) {
-        this.batch = batch;
-    }
-
-    public String getDescr() {
-        return descr;
-    }
-
-    public void setDescr(String descr) {
-        this.descr = descr;
     }
 
     public int getCreateUser() {
@@ -213,6 +195,14 @@
         this.updateTime = updateTime;
     }
 
+    public String getBak() {
+        return bak;
+    }
+
+    public void setBak(String bak) {
+        this.bak = bak;
+    }
+
     public String getGeom() {
         return geom;
     }

--
Gitblit v1.9.3