支持角色标识查询角色

This commit is contained in:
gxwebsoft
2024-04-21 02:37:47 +08:00
parent f80c4ec0e0
commit 1cc070040d

View File

@@ -27,6 +27,7 @@ public class RoleParam extends BaseParam {
private Integer roleId;
@ApiModelProperty("角色标识")
@QueryField(type = QueryType.EQ)
private String roleCode;
@ApiModelProperty("角色名称")