From fee67ca8a0760315047a52fc4101a8f4f80b7a7f Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 11 十一月 2024 15:02:54 +0800
Subject: [PATCH] 1

---
 src/main/java/com/moon/server/entity/data/MetaEntity.java |   57 ++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 42 insertions(+), 15 deletions(-)

diff --git a/src/main/java/com/moon/server/entity/data/MetaEntity.java b/src/main/java/com/moon/server/entity/data/MetaEntity.java
index aade87b..33cb963 100644
--- a/src/main/java/com/moon/server/entity/data/MetaEntity.java
+++ b/src/main/java/com/moon/server/entity/data/MetaEntity.java
@@ -3,10 +3,7 @@
 import java.io.Serializable;
 import java.sql.Timestamp;
 
-/**
- * 鍏冩暟鎹�
- * @author WWW
- */
+@SuppressWarnings("ALL")
 public class MetaEntity implements Serializable {
     private static final long serialVersionUID = -984838663593325184L;
 
@@ -52,7 +49,7 @@
 
     private int ismeta;
 
-    private String sensortype;
+    private int sensortype;
 
     private Timestamp acqTime;
 
@@ -66,15 +63,21 @@
 
     private String hDatum;
 
-    private String mataType;
+    private int mataType;
 
     private String bands;
+
+    private String min;
+
+    private String max;
 
     private String bandType;
 
     private String ct;
 
-    private String uname;
+    private String createName;
+
+    private String updateName;
 
     private String depName;
 
@@ -261,11 +264,11 @@
         this.ismeta = ismeta;
     }
 
-    public String getSensortype() {
+    public int getSensortype() {
         return sensortype;
     }
 
-    public void setSensortype(String sensortype) {
+    public void setSensortype(int sensortype) {
         this.sensortype = sensortype;
     }
 
@@ -317,11 +320,11 @@
         this.hDatum = hDatum;
     }
 
-    public String getMataType() {
+    public int getMataType() {
         return mataType;
     }
 
-    public void setMataType(String mataType) {
+    public void setMataType(int mataType) {
         this.mataType = mataType;
     }
 
@@ -331,6 +334,22 @@
 
     public void setBands(String bands) {
         this.bands = bands;
+    }
+
+    public String getMin() {
+        return min;
+    }
+
+    public void setMin(String min) {
+        this.min = min;
+    }
+
+    public String getMax() {
+        return max;
+    }
+
+    public void setMax(String max) {
+        this.max = max;
     }
 
     public String getBandType() {
@@ -349,12 +368,20 @@
         this.ct = ct;
     }
 
-    public String getUname() {
-        return uname;
+    public String getCreateName() {
+        return createName;
     }
 
-    public void setUname(String uname) {
-        this.uname = uname;
+    public void setCreateName(String createName) {
+        this.createName = createName;
+    }
+
+    public String getUpdateName() {
+        return updateName;
+    }
+
+    public void setUpdateName(String updateName) {
+        this.updateName = updateName;
     }
 
     public String getDepName() {

--
Gitblit v1.9.3