Commit c3cfff53 authored by zhangfeng's avatar zhangfeng

客户端会员信息添加会员等级,国家城市

parent a7340da0
......@@ -70,12 +70,16 @@ public class AppUserInfoRespVO {
@ApiModelProperty(value = "会员积分信息")
private MemberUserScoreLevelVO userScoreLevelInfo;
@ApiModelProperty(value = "会员国家id")
private Integer country;
@ApiModelProperty(value = "会员国家中文")
private String countryTitleZh;
@ApiModelProperty(value = "会员国家英文")
private String countryTitleEn;
@ApiModelProperty(value = "会员城市id")
private Integer city;
@ApiModelProperty(value = "会员城市中文")
private String cityTitleZh;
@ApiModelProperty(value = "会员国家英文")
@ApiModelProperty(value = "会员城市英文")
private String cityTitleEn;
}
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