From f55b2623f09b0b902f991c701c67a2a6f2577057 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期二, 23 四月 2024 11:07:53 +0800 Subject: [PATCH] 调整order指令包结构 --- src/main/java/com/fzzy/api/entity/Api1404.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/fzzy/api/entity/Api1404.java b/src/main/java/com/fzzy/api/entity/Api1404.java index a1e9134..24deebe 100644 --- a/src/main/java/com/fzzy/api/entity/Api1404.java +++ b/src/main/java/com/fzzy/api/entity/Api1404.java @@ -58,8 +58,8 @@ private String lhhwdm; @PropertyDef(label = "缁熶竴璐т綅缂栫爜" ) - @Column(name = "tyhwbm", length = 28) - private String tyhwbm; + @Column(name = "lhhwtybm", length = 28) + private String lhhwtybm; @PropertyDef(label = "杞崲鏁伴噺" ) @Column(name = "lhsl", precision = 20, scale = 6) -- Gitblit v1.9.3