|
@@ -48,6 +48,11 @@ public class Game implements Serializable {
|
|
|
*/
|
|
|
private Boolean isPut;
|
|
|
|
|
|
+ /**
|
|
|
+ * 投放类型, 0 : 导量APP, 1 : 头条直投APP, 2 : 腾讯直投APP, 3 : 头条私域投APP, 4 : 腾讯私域投APP
|
|
|
+ */
|
|
|
+ private Integer putType;
|
|
|
+
|
|
|
/**
|
|
|
* 游戏标签
|
|
|
*/
|
|
@@ -153,4 +158,9 @@ public class Game implements Serializable {
|
|
|
*/
|
|
|
private BigDecimal rechargeRebate;
|
|
|
|
|
|
+ /**
|
|
|
+ * 是否使用监测链接
|
|
|
+ */
|
|
|
+ private Boolean isMonitorLink;
|
|
|
+
|
|
|
}
|