From 7add7aa4ca3105fcc742d5f42bdc11a3ff322a03 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期四, 07 九月 2023 10:03:23 +0800 Subject: [PATCH] 优化接口信息 --- src/main/java/com/fzzy/api/entity/Api1108.java | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/fzzy/api/entity/Api1108.java b/src/main/java/com/fzzy/api/entity/Api1108.java index 9b7d610..a49e5d8 100644 --- a/src/main/java/com/fzzy/api/entity/Api1108.java +++ b/src/main/java/com/fzzy/api/entity/Api1108.java @@ -92,9 +92,8 @@ private String czclfs; @PropertyDef(label = "淇濊川鏈�") - @Column(name = "bzq", length = 20) - @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8") - private Date bzq; + @Column(name = "bzq", length = 40) + private String bzq; @PropertyDef(label = "閲囪喘鏃ユ湡") @JSONField(format = "yyyy-MM-dd") -- Gitblit v1.9.3