Commit 6c3ca496 authored by zhaobiyan's avatar zhaobiyan

新增会员城市字段返回

parent fb31717d
...@@ -26,6 +26,10 @@ public class MemberUserScoreBackVO { ...@@ -26,6 +26,10 @@ public class MemberUserScoreBackVO {
private String countryNameZh; private String countryNameZh;
@ApiModelProperty(value = "国家(英文)") @ApiModelProperty(value = "国家(英文)")
private String countryNameEn; private String countryNameEn;
@ApiModelProperty(value = "城市(中文)")
private String cityNameZh;
@ApiModelProperty(value = "城市(英文)")
private String cityNameEn;
@ApiModelProperty(value = "当前积分") @ApiModelProperty(value = "当前积分")
private Integer holdScore; private Integer holdScore;
@ApiModelProperty(value = "已兑换积分") @ApiModelProperty(value = "已兑换积分")
......
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