|
@@ -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 = "考试日期")
|