fix:queryGroup增加用户组编码

This commit is contained in:
2026-02-05 19:18:02 +08:00
parent e0848afb31
commit 26119b1235

View File

@@ -27,6 +27,9 @@ public class SysUserGroupResp implements Serializable {
@Schema(description = "组唯一标识ID")
private Long id;
@Schema(description = "用户组编码")
private String groupCode;
@Schema(description = "组名")
private String groupName;