@@ -49,4 +49,6 @@ public class FinancialAidStudentManageDO extends BaseDO {
private String nickname;
// 排序
private Integer sort;
+ // 困难类型
+ private Integer difficultType;
}
@@ -99,5 +99,4 @@ public class FinancialAidStudentManageServiceImpl extends ServiceImpl<FinancialA
-