Просмотр исходного кода

fix:考务数据导入映射字段跟随基础规则更改

caozixuan 1 год назад
Родитель
Сommit
dbd28184e6

+ 5 - 5
distributed-print-business/src/main/java/com/qmth/distributed/print/business/bean/dto/ExaminationImportDto.java

@@ -8,7 +8,7 @@ import io.swagger.annotations.ApiModelProperty;
 import java.util.List;
 
 /**
- * @Description: 考务数据导入Dto(对应 ExaminationDBFieldsEnum 同时作为考务数据表所需要的的字段,来接收excel导入的考务数据)
+ * @Description: 考务数据导入Dto(对应 通用规则字段名称 同时作为考务数据表所需要的的字段,来接收excel导入的考务数据)
  * @Author: CaoZixuan
  * @Date: 2021-04-25
  */
@@ -38,12 +38,12 @@ public class ExaminationImportDto {
     @ExcelDBFieldDesc(name = "课程名称")
     private String courseName;
 
-    @ApiModelProperty(value = "考点")
-    @ExcelDBFieldDesc(name = "考点")
+    @ApiModelProperty(value = "校区")
+    @ExcelDBFieldDesc(name = "校区")
     private String examPlace;
 
-    @ApiModelProperty(value = "考")
-    @ExcelDBFieldDesc(name = "考")
+    @ApiModelProperty(value = "考试教室")
+    @ExcelDBFieldDesc(name = "考试教室")
     private String examRoom;
 
     @ApiModelProperty(value = "考试日期")