@@ -108,6 +108,9 @@ public class UserRespVO{
@Schema(description = "用户照片是否存在")
private Long photoIsExist;
+ @Schema(description = "用户照片是达成毕业条件")
+ private Long isGraduate;
+
}