From c60311f48e7ec07c56a4df31536f795ba62751ce Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Fri, 09 Oct 2020 16:44:42 +0800
Subject: [PATCH] 昆山,沧州大数据预测O3

---
 src/main/java/com/moral/entity/RealWeather.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/moral/entity/RealWeather.java b/src/main/java/com/moral/entity/RealWeather.java
index c6eb098..8fa5178 100644
--- a/src/main/java/com/moral/entity/RealWeather.java
+++ b/src/main/java/com/moral/entity/RealWeather.java
@@ -8,8 +8,7 @@
 
 @Data
 public class RealWeather {
-    @Id
-    private Integer monitorPointId;
+    private String cityCode;
     private Date time;
     private String json;
 }
\ No newline at end of file

--
Gitblit v1.8.0