|
@@ -21,5 +21,5 @@ public class SpecialFavorStudentVerifyDTO {
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "学生学号")
|
|
@ApiModelProperty(value = "学生学号")
|
|
|
@NotBlank(message = "学生学号不能为空")
|
|
@NotBlank(message = "学生学号不能为空")
|
|
|
- private Long studentNumber;
|
|
|
|
|
|
|
+ private String studentNumber;
|
|
|
}
|
|
}
|