From 1d1b21f7f9416dc6a350dc83506364bb822e9e1c Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 27 四月 2023 13:50:08 +0800
Subject: [PATCH] 1

---
 src/main/java/com/yssh/entity/Emission.java |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/yssh/entity/Emission.java b/src/main/java/com/yssh/entity/Emission.java
index 22ae596..9cd5e8e 100644
--- a/src/main/java/com/yssh/entity/Emission.java
+++ b/src/main/java/com/yssh/entity/Emission.java
@@ -26,4 +26,60 @@
     private String time;
 	@ApiModelProperty(value = "鐘舵�佸��")
     private int property;
+
+	public int getId() {
+		return id;
+	}
+
+	public void setId(int id) {
+		this.id = id;
+	}
+
+	public String getName() {
+		return name;
+	}
+
+	public void setName(String name) {
+		this.name = name;
+	}
+
+	public double getLon() {
+		return lon;
+	}
+
+	public void setLon(double lon) {
+		this.lon = lon;
+	}
+
+	public float getLat() {
+		return lat;
+	}
+
+	public void setLat(float lat) {
+		this.lat = lat;
+	}
+
+	public String getValue() {
+		return value;
+	}
+
+	public void setValue(String value) {
+		this.value = value;
+	}
+
+	public String getTime() {
+		return time;
+	}
+
+	public void setTime(String time) {
+		this.time = time;
+	}
+
+	public int getProperty() {
+		return property;
+	}
+
+	public void setProperty(int property) {
+		this.property = property;
+	}
 }

--
Gitblit v1.9.3