用户模块修改
This commit is contained in:
parent
b17ed6a641
commit
5d7796b52e
@ -43,6 +43,8 @@ public class UserProfileRespVO {
|
||||
@Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED, example = "时间戳格式")
|
||||
private LocalDateTime createTime;
|
||||
|
||||
@Schema(description = "部门ID")
|
||||
private Long deptId;
|
||||
/**
|
||||
* 所属角色
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user