소스 검색

解决调整性别字段类型导致的报错

dzx 1 년 전
부모
커밋
8a9d4f1875
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/java/com/xjrsoft/module/student/vo/BaseStudentInfoDetailVo.java

+ 2 - 2
src/main/java/com/xjrsoft/module/student/vo/BaseStudentInfoDetailVo.java

@@ -88,8 +88,8 @@ public class BaseStudentInfoDetailVo {
     @ApiModelProperty("出生日期")
     private Date birthDate;
 
-    @ApiModelProperty("性别(1:男 2:女)")
-    private Integer gender;
+    @ApiModelProperty("性别(SB10001:男 SB10002:女)")
+    private String gender;
 
     @ApiModelProperty("民族")
     private String nation;