From 1cc070040deae9aa7a5070296229043735bd7d8e Mon Sep 17 00:00:00 2001 From: gxwebsoft Date: Sun, 21 Apr 2024 02:37:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E8=A7=92=E8=89=B2=E6=A0=87?= =?UTF-8?q?=E8=AF=86=E6=9F=A5=E8=AF=A2=E8=A7=92=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/gxwebsoft/common/system/param/RoleParam.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/gxwebsoft/common/system/param/RoleParam.java b/src/main/java/com/gxwebsoft/common/system/param/RoleParam.java index 1332d4e..d7b2ccd 100644 --- a/src/main/java/com/gxwebsoft/common/system/param/RoleParam.java +++ b/src/main/java/com/gxwebsoft/common/system/param/RoleParam.java @@ -27,6 +27,7 @@ public class RoleParam extends BaseParam { private Integer roleId; @ApiModelProperty("角色标识") + @QueryField(type = QueryType.EQ) private String roleCode; @ApiModelProperty("角色名称")