From e34efdfc56374f996ec7c6843de6e6965d578608 Mon Sep 17 00:00:00 2001 From: ZhouXY108 Date: Thu, 29 Jun 2023 01:44:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=20TODO=20=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/application/query/params/AccountQueryParams.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plusone-system/plusone-system-application/src/main/java/xyz/zhouxy/plusone/system/application/query/params/AccountQueryParams.java b/plusone-system/plusone-system-application/src/main/java/xyz/zhouxy/plusone/system/application/query/params/AccountQueryParams.java index 2c8d970..7f77926 100644 --- a/plusone-system/plusone-system-application/src/main/java/xyz/zhouxy/plusone/system/application/query/params/AccountQueryParams.java +++ b/plusone-system/plusone-system-application/src/main/java/xyz/zhouxy/plusone/system/application/query/params/AccountQueryParams.java @@ -12,7 +12,7 @@ import xyz.zhouxy.plusone.commons.util.PagingAndSortingQueryParams; * * @author ZhouXY */ -@ToString +@ToString(callSuper = true) public class AccountQueryParams extends PagingAndSortingQueryParams { public AccountQueryParams() { @@ -29,7 +29,6 @@ public class AccountQueryParams extends PagingAndSortingQueryParams { "update_time"); } - // TODO【添加】 注解参数校验 private @Getter @Setter Long id; private @Getter @Setter String username; private @Getter @Setter String email;