From 2c5b6e472c368e80d85b8ea2b461c9ea62981d9b Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期日, 08 十月 2023 11:28:56 +0800
Subject: [PATCH] 广告升级/bug修复

---
 BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java b/BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java
index f5d73cd..49781e8 100644
--- a/BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java
+++ b/BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java
@@ -13,6 +13,10 @@
     private String gdtPid;//骞跨偣閫氱殑PID
     private String csjPid;//绌垮北鐢茬殑pid
 
+    //鏄惁闇�瑕佹樉绀烘縺鍔辫棰戞彁绀�
+    private String otherAction;
+
+
     public PlayVideoPreADSetting(AdUtil.AD_TYPE adType, String gdtAppId, String gdtPid, String csjPid) {
         this.adType = adType;
         this.gdtAppId = gdtAppId;
@@ -64,4 +68,11 @@
 
     }
 
+    public String getOtherAction() {
+        return otherAction;
+    }
+
+    public void setOtherAction(String otherAction) {
+        this.otherAction = otherAction;
+    }
 }

--
Gitblit v1.8.0