|
@@ -22,6 +22,9 @@ public class GamePromoteTotalVO {
|
|
@ApiModelProperty(notes = "渠道id")
|
|
@ApiModelProperty(notes = "渠道id")
|
|
private Long agentId;
|
|
private Long agentId;
|
|
|
|
|
|
|
|
+ @ApiModelProperty(notes = "渠道名称")
|
|
|
|
+ private Long agentName;
|
|
|
|
+
|
|
@ApiModelProperty(notes = "推广账号ID")
|
|
@ApiModelProperty(notes = "推广账号ID")
|
|
private String accountId;
|
|
private String accountId;
|
|
|
|
|