From 4a41dd96b1a288fee3343c405b3f3b0c08d5646c Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期三, 25 十月 2023 14:25:05 +0800
Subject: [PATCH] 调整上海接口信息

---
 src/main/java/com/fzzy/async/fzzy40/entity/Fz40SecCamera.java |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/fzzy/async/fzzy40/entity/Fz40SecCamera.java b/src/main/java/com/fzzy/async/fzzy40/entity/Fz40SecCamera.java
index 8c4b1cc..69d3fee 100644
--- a/src/main/java/com/fzzy/async/fzzy40/entity/Fz40SecCamera.java
+++ b/src/main/java/com/fzzy/async/fzzy40/entity/Fz40SecCamera.java
@@ -52,9 +52,13 @@
     @PropertyDef(label = "鎶撴媿鏂瑰紡")
     private String snapType;
 
-    @Column(name = "azwzlx", length = 2)
-    @PropertyDef(label = "瀹夎浣嶇疆绫诲瀷")
-    private String azwzlx;
+    @Column(name = "spjklx", length = 1)
+    @PropertyDef(label = "瑙嗛鐩戞帶绫诲瀷")
+    private String spjklx;
+
+    @Column(name = "spdwlx", length = 2)
+    @PropertyDef(label = "瑙嗛鐐逛綅绫诲瀷")
+    private String spdwlx;
 
     @Column(name = "NAME_", length = 50)
     @PropertyDef(label = "鍚嶇О")
@@ -92,16 +96,20 @@
     @PropertyDef(label = "娴佸獟浣撳湴鍧�")
     private String mediaAddr;
 
+    @Column(name = "PHONE_ADDR_", length = 100)
+    @PropertyDef(label = "鎵嬫満鐩存挱鍦板潃")
+    private String phoneAddr;
+
     @Column(name = "REMARK_", length = 300)
     @PropertyDef(label = "澶囨敞")
     private String remark;
 
     @PropertyDef(label = "椤甸潰涓殑鍧愭爣")
-    @Column(name = "POS_X_", updatable = false)
+    @Column(name = "POS_X_")
     private double posX;
 
     @PropertyDef(label = "椤甸潰涓殑鍧愭爣")
-    @Column(name = "POS_Y_", updatable = false)
+    @Column(name = "POS_Y_")
     private double posY;
 
     @Column(name = "SCREEN_SHOW_", length = 1)
@@ -112,7 +120,7 @@
     @PropertyDef(label = "鐩戠鑷姩鎶撴媿")
     private String snapTag;
 
-    @Column(name = "UPDATE_TIME_")
+    @Column(name = "UPDATE_TIME_", length = 1)
     @PropertyDef(label = "鏇存柊鏃堕棿")
     private Date updateTime;
 }
\ No newline at end of file

--
Gitblit v1.9.3