From cf062ef5e93d98733d3e4f647c51fed86ef3e9aa Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期一, 25 三月 2024 21:24:28 +0800
Subject: [PATCH] 修改上海接口配置
---
src/main/java/com/fzzy/api/entity/Api1108.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/java/com/fzzy/api/entity/Api1108.java b/src/main/java/com/fzzy/api/entity/Api1108.java
index a49e5d8..6a1e4a6 100644
--- a/src/main/java/com/fzzy/api/entity/Api1108.java
+++ b/src/main/java/com/fzzy/api/entity/Api1108.java
@@ -91,13 +91,13 @@
@Column(name = "czclfs", length = 1000)
private String czclfs;
- @PropertyDef(label = "淇濊川鏈�")
- @Column(name = "bzq", length = 40)
+ @PropertyDef(label = "淇濊川鏈�", description = "鍑犲勾銆佸嚑涓湀绛�")
+ @Column(name = "bzq", length = 50)
private String bzq;
@PropertyDef(label = "閲囪喘鏃ユ湡")
@JSONField(format = "yyyy-MM-dd")
- @Column(name = "cgrq", nullable = false)
+ @Column(name = "cgrq")
private Date cgrq;
@PropertyDef(label = "搴撳瓨鏁伴噺")
@@ -114,7 +114,7 @@
@PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�")
@JSONField(format = "yyyy-MM-dd HH:mm:ss")
- @Column(name = "zhgxsj", nullable = false)
+ @Column(name = "zhgxsj")
private Date zhgxsj;
}
--
Gitblit v1.9.3