|
@@ -42,6 +42,14 @@ public class NewPageFloorContent implements Serializable {
|
|
|
* 网站广告图3
|
|
|
*/
|
|
|
private String pcAdsImage3;
|
|
|
+ /**
|
|
|
+ * 网站广告图4
|
|
|
+ */
|
|
|
+ private String pcAdsImage4;
|
|
|
+ /**
|
|
|
+ * 网站广告图5
|
|
|
+ */
|
|
|
+ private String pcAdsImage5;
|
|
|
|
|
|
/**
|
|
|
* 移动端广告图1
|
|
@@ -58,6 +66,16 @@ public class NewPageFloorContent implements Serializable {
|
|
|
*/
|
|
|
private String appletsAdsImage3;
|
|
|
|
|
|
+ /**
|
|
|
+ * 移动端广告图4
|
|
|
+ */
|
|
|
+ private String appletsAdsImage4;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 移动端广告图5
|
|
|
+ */
|
|
|
+ private String appletsAdsImage5;
|
|
|
+
|
|
|
/**
|
|
|
* 广告跳转链接1
|
|
|
*/
|
|
@@ -73,5 +91,15 @@ public class NewPageFloorContent implements Serializable {
|
|
|
*/
|
|
|
private String adsLink3;
|
|
|
|
|
|
+ /**
|
|
|
+ * 广告跳转链接4
|
|
|
+ */
|
|
|
+ private String adsLink4;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 广告跳转链接5
|
|
|
+ */
|
|
|
+ private String adsLink5;
|
|
|
+
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
}
|