This commit is contained in:
张良(004796)
2024-02-23 18:14:08 +08:00
parent e30dbd410f
commit a9079b2060

View File

@@ -15,9 +15,9 @@ public class AnchorJoinHomeVo implements Serializable {
/** /**
* 相册上传状态 0 未上传 1 已上传 * 相册上传状态 0 未上传 1 已上传
*/ */
@Schema(description = "相册上传状态 0 未完成 1已完成") // @Schema(description = "相册上传状态 0 未完成 1已完成")
@Deprecated // @Deprecated
private Integer photoStatus; // private Integer photoStatus;
@Schema(description = "头像上传状态 0-默认头像 1-自定义头像") @Schema(description = "头像上传状态 0-默认头像 1-自定义头像")
private Integer avatarState; private Integer avatarState;