fix:queryGroup增加用户组编码
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user