From 0099e6c9db0c858cb6905477830c79305dca39bb Mon Sep 17 00:00:00 2001
From: 于紫祥_1901 <email@yuzixiang_1910>
Date: Fri, 06 Nov 2020 13:42:27 +0800
Subject: [PATCH] 校准值

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

diff --git a/src/main/java/com/moral/entity/MonitorPoint.java b/src/main/java/com/moral/entity/MonitorPoint.java
index 92b0803..6decda3 100644
--- a/src/main/java/com/moral/entity/MonitorPoint.java
+++ b/src/main/java/com/moral/entity/MonitorPoint.java
@@ -1,5 +1,7 @@
 package com.moral.entity;
 
+import java.util.List;
+
 import javax.persistence.Id;
 import javax.persistence.Transient;
 
@@ -30,7 +32,7 @@
      *
      * @mbggenerated Thu Dec 07 16:40:22 CST 2017
      */
-    private double longitude;
+    private Double longitude;
 
     /**
      * This field was generated by MyBatis Generator.
@@ -38,7 +40,7 @@
      *
      * @mbggenerated Thu Dec 07 16:40:22 CST 2017
      */
-    private double latitude;
+    private Double latitude;
 
     /**
      * This field was generated by MyBatis Generator.
@@ -96,7 +98,15 @@
      */
     private String description;
     @Transient
+    private Integer state;
+    @Transient
     private AreaNames areaNames;
     @Transient
     private Organization organization;
+
+    private Long townCode;
+    private Long villageCode;
+    
+    @Transient
+    private List<Device> devices;
 }
\ No newline at end of file

--
Gitblit v1.8.0