Browse Source

学号字段类型调整

codingliang 7 months ago
parent
commit
53e86ee92a

+ 1 - 1
src/main/java/com/sqx/modules/member/dto/SpecialFavorStudentVerifyDTO.java

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