From 67d6056b662ec8221361d8c5a111f6917d13ce6b Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Fri, 25 Oct 2024 18:07:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=8A=E4=BC=A0=E5=A4=9A=E7=A0=81?= =?UTF-8?q?=E8=9E=8D=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/glxp/api/entity/thrsys/CodeRel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/glxp/api/entity/thrsys/CodeRel.java b/src/main/java/com/glxp/api/entity/thrsys/CodeRel.java index 060ea406e..3bf6267c8 100644 --- a/src/main/java/com/glxp/api/entity/thrsys/CodeRel.java +++ b/src/main/java/com/glxp/api/entity/thrsys/CodeRel.java @@ -73,8 +73,8 @@ public class CodeRel { @TableField(value = "createTime") public Date createTime; - @TableField(value = "fromtype") - public Integer fromtype; + @TableField(value = "fromType") + public Integer fromType; } \ No newline at end of file