This commit is contained in:
2025-10-22 17:26:11 +08:00
parent 663235eb7e
commit 6b9aef1acd
8 changed files with 51 additions and 18 deletions

View File

@ -7,10 +7,10 @@ import lombok.Data;
public class AddRoleDto {
@Schema(description = "角色名称")
private String roleName;
@Schema(description = "角色描述")
private String description;
@Schema(description = "是否超级管理员")
private Integer isSuper;
@Schema(description = "状态")
private Integer status;
}