Commit f0cc8fba authored by zhaobiyan's avatar zhaobiyan

用户信息新增国家城市

parent a7735247
...@@ -237,6 +237,9 @@ public class MemberUserDO extends TenantBaseDO { ...@@ -237,6 +237,9 @@ public class MemberUserDO extends TenantBaseDO {
*/ */
private Boolean isDeal; private Boolean isDeal;
private Integer country;
private Integer city;
private String code; private String code;
@TableField(exist = false) @TableField(exist = false)
private Integer holdScore; private Integer holdScore;
......
...@@ -51,4 +51,11 @@ public class MemberUpdateReqVO{ ...@@ -51,4 +51,11 @@ public class MemberUpdateReqVO{
@ApiModelProperty(value = "地址") @ApiModelProperty(value = "地址")
private String address; private String address;
@ApiModelProperty(value = "国家")
private Long country;
@ApiModelProperty(value = "城市")
private Long city;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment