瀏覽代碼

学号字段类型调整

codingliang 7 月之前
父節點
當前提交
53e86ee92a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/sqx/modules/member/dto/SpecialFavorStudentVerifyDTO.java

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

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