This commit is contained in:
张良(004796)
2024-01-18 11:23:40 +08:00
parent c4579495f6
commit c69560c50f

View File

@@ -84,6 +84,9 @@ public class CurrentUserInfoVo {
@Schema(description = "资料是否完成 0 未完成 1已完成") @Schema(description = "资料是否完成 0 未完成 1已完成")
private Integer finishStatus; private Integer finishStatus;
@Schema(description = "imToken")
private String imToken;
/** /**
* 相册 * 相册
*/ */