更新
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user