From 58c47f9f7fdd6e6991db9b43607e36d2175c35ad Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期二, 26 十一月 2024 13:48:41 +0800 Subject: [PATCH] 调试上海接口,调整对应字段 --- src/main/java/com/fzzy/api/entity/Api9109.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/fzzy/api/entity/Api9109.java b/src/main/java/com/fzzy/api/entity/Api9109.java index 99c9b55..c527bbb 100644 --- a/src/main/java/com/fzzy/api/entity/Api9109.java +++ b/src/main/java/com/fzzy/api/entity/Api9109.java @@ -80,8 +80,8 @@ private Integer cfs; @PropertyDef(label = "娌圭綈鏁�") - @Column(name = "ygs") - private Integer ygs; + @Column(name = "ajs") + private Integer ajs; @PropertyDef(label = "缁忓害") @Column(name = "jd", precision = 20, scale = 6) -- Gitblit v1.9.3