Sfoglia il codice sorgente

开学报到导出调整

dzx 9 mesi fa
parent
commit
0e29c976dd

+ 2 - 2
src/main/java/com/xjrsoft/module/student/vo/StudentReportRecordExcelVo.java

@@ -46,8 +46,8 @@ public class StudentReportRecordExcelVo {
     @ApiModelProperty("手机号")
     private String mobile;
 
-    @ExcelProperty("学生来源")
-    @ApiModelProperty("学生来源")
+    @ExcelProperty("学生类别")
+    @ApiModelProperty("学生类别")
     private String studentTypeCn;
 
     @ExcelProperty("就读方式")