@@ -56,7 +56,12 @@ public class AidingStudentPersonManageInfoRespVO {
private String registeredResidence;
// 状态
private Integer status;
-
+ // 班级建议困难类型
+ private Integer classSuggestionDifficultType;
+ // 学院建议困难类型
+ private Integer collegeSuggestionDifficultType;
+ // 学校建议困难类型
+ private Integer schoolSuggestionDifficultType;
/**
* 学生(上传材料)
*/