|
@@ -40,12 +40,21 @@ public class AdsOrderDetailVO {
|
|
|
@ApiModelProperty(notes = "注册渠道ID")
|
|
|
private String agentId;
|
|
|
|
|
|
+ @ApiModelProperty(notes = "注册渠道名称")
|
|
|
+ private String agentName;
|
|
|
+
|
|
|
@ApiModelProperty(notes = "父游戏ID")
|
|
|
private String parentId;
|
|
|
|
|
|
+ @ApiModelProperty(notes = "父游戏名称")
|
|
|
+ private String parentGameName;
|
|
|
+
|
|
|
@ApiModelProperty(notes = "注册游戏ID")
|
|
|
private String gameId;
|
|
|
|
|
|
+ @ApiModelProperty(notes = "gameName")
|
|
|
+ private String gameName;
|
|
|
+
|
|
|
@ApiModelProperty(notes = "注册游戏类别,3开头为android 4 开头为IOS 5 开头为H5 6开头为小程序 对应于game_class中的ID")
|
|
|
private String classify;
|
|
|
|
|
@@ -67,9 +76,15 @@ public class AdsOrderDetailVO {
|
|
|
@ApiModelProperty(notes = "充值渠道ID")
|
|
|
private String orderAgentId;
|
|
|
|
|
|
+ @ApiModelProperty(notes = "充值渠道名称")
|
|
|
+ private String orderAgentName;
|
|
|
+
|
|
|
@ApiModelProperty(notes = "充值游戏ID")
|
|
|
private String orderGameId;
|
|
|
|
|
|
+ @ApiModelProperty(notes = "充值游戏名称")
|
|
|
+ private String orderGameName;
|
|
|
+
|
|
|
@ApiModelProperty(notes = "充值游戏类型")
|
|
|
private String orderGameClassify;
|
|
|
|