From 4be521d7e3135ac0a8e4a15e395f44448e23e09e Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期二, 22 八月 2023 18:40:30 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/main/java/com/fzzy/api/entity/Api1101.java | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/fzzy/api/entity/Api1101.java b/src/main/java/com/fzzy/api/entity/Api1101.java index ac9602b..ca41c52 100644 --- a/src/main/java/com/fzzy/api/entity/Api1101.java +++ b/src/main/java/com/fzzy/api/entity/Api1101.java @@ -141,26 +141,21 @@ @Column(name = "dwzt",length = 1) private String dwzt; - @JSONField(serialize = false) @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 = 1) @PropertyDef(label = "澶囨鐘舵��") private String bazt; - @PropertyDef(label = "鎿嶄綔鏍囧織") @Column(name = "czbz", length = 1, nullable = false) -- Gitblit v1.9.3