Ver Fonte

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

dzx há 1 ano atrás
pai
commit
8a9d4f1875

+ 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;