From 101c5267bbd70bd4be070212aedf7c1e784bec4c Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期五, 12 四月 2024 15:33:29 +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