From abba6697e3e8a27df393a3986fd437ec66c77202 Mon Sep 17 00:00:00 2001 From: Suomm <1474983351@qq.com> Date: Sun, 2 Jul 2023 21:21:01 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=B5=8B=E8=AF=95=E5=88=AB=E5=90=8D?= =?UTF-8?q?=E6=B3=A8=E8=A7=A3=E4=BD=BF=E7=94=A8=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/mybatisflex/test/entity/Outer.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mybatis-flex-test/mybatis-flex-spring-boot-test/src/main/java/com/mybatisflex/test/entity/Outer.java b/mybatis-flex-test/mybatis-flex-spring-boot-test/src/main/java/com/mybatisflex/test/entity/Outer.java index b99a9c6d..5a6285a1 100644 --- a/mybatis-flex-test/mybatis-flex-spring-boot-test/src/main/java/com/mybatisflex/test/entity/Outer.java +++ b/mybatis-flex-test/mybatis-flex-spring-boot-test/src/main/java/com/mybatisflex/test/entity/Outer.java @@ -31,9 +31,9 @@ public class Outer extends IdEntity { private Inner inner; @Override - @ColumnAlias("test_id") - public void setId(Integer id) { - super.setId(id); + @ColumnAlias("outer_id") + public Integer getId() { + return super.getId(); } public String getName() {