|
|
|
@ -81,7 +81,7 @@ public class AdminController {
|
|
|
|
|
private String tel;
|
|
|
|
|
@Schema(title = "密码")
|
|
|
|
|
private String password;
|
|
|
|
|
@Schema(title = "角色id", description = "多个角色用','分隔")
|
|
|
|
|
@Schema(title = "角色id", description = "X多个角色用','分隔X")
|
|
|
|
|
private String roleIds;
|
|
|
|
|
@Schema(title = "真实名称")
|
|
|
|
|
private String realName;
|
|
|
|
|