|
@@ -132,6 +132,9 @@ public class GamePromoteTotalVO {
|
|
|
@ApiModelProperty(notes = "新用户充值人数")
|
|
|
private Long userRechargeUser;
|
|
|
|
|
|
+ @ApiModelProperty(notes = "不展示字段--新用户复充人数")
|
|
|
+ private Long repeatRechargeUser;
|
|
|
+
|
|
|
@ApiModelProperty(notes = "新用户充值金额")
|
|
|
private BigDecimal userRechargeMoney;
|
|
|
|