init
This commit is contained in:
@@ -73,6 +73,11 @@ public class CurrentUserInfoVo {
|
||||
*/
|
||||
@Schema(description = "可用状态 0-可用 1-封禁")
|
||||
private Integer status;
|
||||
/**
|
||||
* 资料是否完成 0 未完成 1已完成
|
||||
*/
|
||||
@Schema(description = "资料是否完成 0 未完成 1已完成")
|
||||
private Integer finishStatus;
|
||||
|
||||
/**
|
||||
* 相册
|
||||
|
||||
Reference in New Issue
Block a user