This commit is contained in:
2026-02-05 20:25:21 +08:00

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;