Эх сурвалжийг харах

更改考务数据校验字段长度

caozixuan 4 жил өмнө
parent
commit
99cd15bfe9

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

@@ -13,23 +13,23 @@ import java.util.List;
 public class ExaminationImportDto {
 public class ExaminationImportDto {
 
 
     @ApiModelProperty(value = "学号")
     @ApiModelProperty(value = "学号")
-    @ExcelDBFieldDesc(name = "学号",length = 20)
+    @ExcelDBFieldDesc(name = "学号",length = 30)
     private String studentCode;
     private String studentCode;
 
 
     @ApiModelProperty(value = "考号")
     @ApiModelProperty(value = "考号")
-    @ExcelDBFieldDesc(name = "考号",length = 20)
+    @ExcelDBFieldDesc(name = "考号",length = 30)
     private String ticketNumber;
     private String ticketNumber;
 
 
     @ApiModelProperty(value = "座位号")
     @ApiModelProperty(value = "座位号")
-    @ExcelDBFieldDesc(name = "座位号",length = 15)
+    @ExcelDBFieldDesc(name = "座位号",length = 30)
     private String siteNumber;
     private String siteNumber;
 
 
     @ApiModelProperty(value = "姓名")
     @ApiModelProperty(value = "姓名")
-    @ExcelDBFieldDesc(name = "姓名",length = 50)
+    @ExcelDBFieldDesc(name = "姓名",length = 30)
     private String studentName;
     private String studentName;
 
 
     @ApiModelProperty(value = "课程代码")
     @ApiModelProperty(value = "课程代码")
-    @ExcelDBFieldDesc(name = "课程代码",length = 30)
+    @ExcelDBFieldDesc(name = "课程代码",length = 20)
     private String courseCode;
     private String courseCode;
 
 
     @ApiModelProperty(value = "课程名称")
     @ApiModelProperty(value = "课程名称")