From 098571ffb2febc6163d2b9e5b18c4796ea80cbfa Mon Sep 17 00:00:00 2001 From: Charles7c Date: Fri, 6 Sep 2024 19:38:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=8F=82=E6=95=B0=E4=B8=8E=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E4=B8=8D=E4=B8=80=E8=87=B4=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #85 --- .../java/top/continew/admin/system/model/query/RoleQuery.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continew-admin-system/src/main/java/top/continew/admin/system/model/query/RoleQuery.java b/continew-admin-system/src/main/java/top/continew/admin/system/model/query/RoleQuery.java index 3fbea7db..28557224 100644 --- a/continew-admin-system/src/main/java/top/continew/admin/system/model/query/RoleQuery.java +++ b/continew-admin-system/src/main/java/top/continew/admin/system/model/query/RoleQuery.java @@ -42,5 +42,5 @@ public class RoleQuery implements Serializable { */ @Schema(description = "关键词", example = "测试人员") @Query(columns = {"name", "code", "description"}, type = QueryType.LIKE) - private String name; + private String description; }