Merge branch 'cc_20230520_partner' of http://gitlab.coolcollege.cn/hangzhou/java/coolstore-partner-manage into cc_20230520_partner

This commit is contained in:
wxp01309236
2023-06-19 10:29:30 +08:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -31,7 +31,7 @@ public class PartnerBaseInfoRequest {
private String username;
@ApiModelProperty("1男 2女")
private Boolean sex;
private Integer sex;
@ApiModelProperty("民族")
private String nation;

View File

@@ -31,7 +31,7 @@ public class PartnerBaseInfoVO {
private String username;
@ApiModelProperty("1男 2女")
private Boolean sex;
private Integer sex;
@ApiModelProperty("民族")
private String nation;