From 486428358c6a2252a48630df300873cb4c71a93c Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Tue, 30 Jan 2018 22:37:45 +0800
Subject: [PATCH] updated

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

diff --git a/src/main/java/com/moral/entity/MonitorPoint.java b/src/main/java/com/moral/entity/MonitorPoint.java
index 305bee2..3075b6a 100644
--- a/src/main/java/com/moral/entity/MonitorPoint.java
+++ b/src/main/java/com/moral/entity/MonitorPoint.java
@@ -1,6 +1,7 @@
 package com.moral.entity;
 
 import javax.persistence.Id;
+import javax.persistence.Transient;
 
 import lombok.Data;
 
@@ -29,7 +30,7 @@
      *
      * @mbggenerated Thu Dec 07 16:40:22 CST 2017
      */
-    private Float longitude;
+    private Double longitude;
 
     /**
      * This field was generated by MyBatis Generator.
@@ -37,7 +38,7 @@
      *
      * @mbggenerated Thu Dec 07 16:40:22 CST 2017
      */
-    private Float latitude;
+    private Double latitude;
 
     /**
      * This field was generated by MyBatis Generator.
@@ -94,4 +95,8 @@
      * @mbggenerated Thu Dec 07 16:40:22 CST 2017
      */
     private String description;
+    @Transient
+    private AreaNames areaNames;
+    @Transient
+    private Organization organization;
 }
\ No newline at end of file

--
Gitblit v1.8.0