From dfdd615c4cab8c142c76caebc70bdf16f4e12b10 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期三, 13 九月 2023 10:04:21 +0800 Subject: [PATCH] 优化上海接口指令时效问题 --- src/main/java/com/fzzy/api/entity/Api1101.java | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/main/java/com/fzzy/api/entity/Api1101.java b/src/main/java/com/fzzy/api/entity/Api1101.java index 137f1e1..ca41c52 100644 --- a/src/main/java/com/fzzy/api/entity/Api1101.java +++ b/src/main/java/com/fzzy/api/entity/Api1101.java @@ -137,27 +137,25 @@ @Column(name = "wd", precision = 20, scale = 6, nullable = false) private double wd; + @PropertyDef(label = "鍗曚綅鐘舵��") + @Column(name = "dwzt",length = 1) + private String dwzt; - @JSONField(serialize = false) - @Column(name = "balx", length = 10) - @PropertyDef(label = "澶囨绫诲瀷") + @Column(name = "balx", length = 1) + @PropertyDef(label = "澶囨绫诲瀷", description = "0:鍒濇澶囨 1:鍙樻洿澶囨 2:閲嶆柊澶囨") private String balx; - @JSONField(serialize = false) @Column(name = "ccywlx", length = 20) @PropertyDef(label = "浠撳偍涓氬姟绫诲瀷") private String ccywlx; - @JSONField(serialize = false) @Column(name = "ccpz", length = 20) @PropertyDef(label = "浠撳偍鍝佺") private String ccpz; - @JSONField(serialize = false) - @Column(name = "bazt", length = 20) + @Column(name = "bazt", length = 1) @PropertyDef(label = "澶囨鐘舵��") private String bazt; - @PropertyDef(label = "鎿嶄綔鏍囧織") @Column(name = "czbz", length = 1, nullable = false) -- Gitblit v1.9.3