From dd01070290fa24b29588df6ed2a4740f8bab3dce Mon Sep 17 00:00:00 2001
From: zhanzhiqin <895896009@qq.com>
Date: 星期一, 06 六月 2022 16:45:49 +0800
Subject: [PATCH] 灯杆倾斜处理

---
 dao/src/main/java/com/sandu/ximon/dao/domain/LightPoleHeelingProcessing.java |   32 ++++++++++++++++++++++++++------
 1 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/dao/src/main/java/com/sandu/ximon/dao/domain/LightPoleHeelingProcessing.java b/dao/src/main/java/com/sandu/ximon/dao/domain/LightPoleHeelingProcessing.java
index bb3e76a..5264ba3 100644
--- a/dao/src/main/java/com/sandu/ximon/dao/domain/LightPoleHeelingProcessing.java
+++ b/dao/src/main/java/com/sandu/ximon/dao/domain/LightPoleHeelingProcessing.java
@@ -18,18 +18,13 @@
     /**
      * 澶勭悊鍙�
      */
-    @TableId
+    @TableId(type = IdType.AUTO)
     private Long processingNumber;
 
     /**
      * 璀﹀憡鍙�
      */
     private Long warningNumber;
-
-    /**
-     * 澶勭悊鍚庣姸鎬�
-     */
-    private Integer processingState;
 
     /**
      * 澶勭悊鎰忚
@@ -47,6 +42,11 @@
     private LocalDateTime createTime;
 
     /**
+     * 澶勭悊鍚庤鍛婄瓑绾�
+     */
+    private Integer warningLevel;
+
+    /**
      * 澶勭悊鍚嶺杞�
      */
     private Double theXAxis;
@@ -61,6 +61,26 @@
      */
     private Double theZAxis;
 
+    /**
+     * 澶勭悊鍓峏杞�
+     */
+    private Double theXAxisOld;
+
+    /**
+     * 澶勭悊鍓峐杞�
+     */
+    private Double theYAxisOld;
+
+    /**
+     * 澶勭悊鍓峑杞�
+     */
+    private Double theZAxisOld;
+
+    /**
+     * 澶勭悊鍓嶈鍛婄瓑绾�
+     */
+    private Integer warningLevelOld;
+
     @TableField(exist = false)
     private static final long serialVersionUID = 1L;
 }
\ No newline at end of file

--
Gitblit v1.9.3