基本信息sex Boolean->Integer
This commit is contained in:
@@ -34,7 +34,7 @@ public class HyPartnerBaseInfoDO implements Serializable {
|
||||
private String username;
|
||||
|
||||
@ApiModelProperty("1男 2女")
|
||||
private Boolean sex;
|
||||
private Integer sex;
|
||||
|
||||
@ApiModelProperty("民族")
|
||||
private String nation;
|
||||
|
||||
@@ -31,7 +31,7 @@ public class PartnerBaseInfoRequest {
|
||||
private String username;
|
||||
|
||||
@ApiModelProperty("1男 2女")
|
||||
private Boolean sex;
|
||||
private Integer sex;
|
||||
|
||||
@ApiModelProperty("民族")
|
||||
private String nation;
|
||||
|
||||
@@ -31,7 +31,7 @@ public class PartnerBaseInfoVO {
|
||||
private String username;
|
||||
|
||||
@ApiModelProperty("1男 2女")
|
||||
private Boolean sex;
|
||||
private Integer sex;
|
||||
|
||||
@ApiModelProperty("民族")
|
||||
private String nation;
|
||||
|
||||
Reference in New Issue
Block a user