server/dmmall_service/src/main/java/com/doumee/dao/web/dto/UserCenterVO.java
@@ -31,4 +31,22 @@ @ApiModelProperty(value = "客服电话 多个以,分割") private String serverPhone; @ApiModelProperty(value = "商户积分页面背景图") private String shopIntegralBg;//SHOP_INTEGRAL_BG @ApiModelProperty(value = "用户邀请页面背景图") private String userInviteBg;//USER_INVITE_BG @ApiModelProperty(value = "个人中心邀请背景图") private String centerInviteBg;//CENTER_INVITE_BG @ApiModelProperty(value = "用户分享邀请背景图") private String userShareBg;//USER_SHARE_BG }