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/api/entity/Api1210.java |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/main/java/com/fzzy/api/entity/Api1210.java b/src/main/java/com/fzzy/api/entity/Api1210.java
index fb1af88..e3cec94 100644
--- a/src/main/java/com/fzzy/api/entity/Api1210.java
+++ b/src/main/java/com/fzzy/api/entity/Api1210.java
@@ -31,19 +31,19 @@
 	private static final long serialVersionUID = -8223096234800082280L;
 
 	@Id
-    @PropertyDef(label = "绮鎬ц川杞彉鍗曞彿",required= true)
+    @PropertyDef(label = "绮鎬ц川杞彉鍗曞彿")
     @Column(name = "lsxzzbdh", length = 41)
     private String lsxzzbdh;
 
-    @PropertyDef(label = "璐т綅浠g爜",required= true )
+    @PropertyDef(label = "璐т綅浠g爜")
     @Column(name = "hwdm", length = 30)
     private String hwdm;
 
-    @PropertyDef(label = "绮鏁伴噺(鍏枻)",required= true )
+    @PropertyDef(label = "绮鏁伴噺(鍏枻)")
     @Column(name = "lssl", precision = 20, scale = 6)
     private double lssl;
 
-    @PropertyDef(label = "鍒掕浆鏁伴噺(鍏枻)",required= true )
+    @PropertyDef(label = "鍒掕浆鏁伴噺(鍏枻)")
     @Column(name = "hzsl", precision = 20, scale = 6)
     private double hzsl;
 
@@ -51,11 +51,11 @@
     @Column(name = "bzwh", length = 128)
     private String bzwh;
 
-    @PropertyDef(label = "绮鍝佺浠g爜",required= true )
+    @PropertyDef(label = "绮鍝佺浠g爜")
     @Column(name = "lspzdm", length = 7)
     private String lspzdm;
 
-    @PropertyDef(label = "鍒掕浆鍓嶇伯椋熸�ц川浠g爜",required= true )
+    @PropertyDef(label = "鍒掕浆鍓嶇伯椋熸�ц川浠g爜")
     @Column(name = "hzqlsxzdm", length = 3)
     private String hzqlsxzdm;
 
@@ -64,7 +64,7 @@
     private String hzhlsxzdm;
 
     @JSONField(format = "yyyy-MM-dd")
-    @PropertyDef(label = "鍒掕浆鏃ユ湡",required= true )
+    @PropertyDef(label = "鍒掕浆鏃ユ湡")
     @Column(name = "hzrq")
     private Date hzrq;
 

--
Gitblit v1.9.3