From 5e7b0ed4a154ad067cbcf4aa1a1c7cce32f9864c Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 26 四月 2024 18:02:17 +0800 Subject: [PATCH] 唯品会链接解析升级 --- fanli/src/main/java/com/yeshi/fanli/dto/ad/DouYinDeviceActiveQueueDTO.java | 126 +++++++++++++++++++++--------------------- 1 files changed, 63 insertions(+), 63 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/ad/DouYinDeviceActiveQueueDTO.java b/fanli/src/main/java/com/yeshi/fanli/dto/ad/DouYinDeviceActiveQueueDTO.java index 99c4a85..ccab20c 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dto/ad/DouYinDeviceActiveQueueDTO.java +++ b/fanli/src/main/java/com/yeshi/fanli/dto/ad/DouYinDeviceActiveQueueDTO.java @@ -1,63 +1,63 @@ -package com.yeshi.fanli.dto.ad; - -/** - * 鎶栭煶骞垮憡涓庤澶囧鐞嗛槦鍒� - * - * @author Administrator - * - */ -public class DouYinDeviceActiveQueueDTO { - public final static int TYPE_AD = 1; - public final static int TYPE_DEVICE = 2; - - private int type; - private String callback; - private String device; - private int platform; - - public DouYinDeviceActiveQueueDTO() { - } - - public DouYinDeviceActiveQueueDTO(int type, String callback) { - this.type = type; - this.callback = callback; - } - - public DouYinDeviceActiveQueueDTO(int type, String device, int platform) { - this.type = type; - this.device = device; - this.platform = platform; - } - - public int getPlatform() { - return platform; - } - - public void setPlatform(int platform) { - this.platform = platform; - } - - public int getType() { - return type; - } - - public void setType(int type) { - this.type = type; - } - - public String getDevice() { - return device; - } - - public void setDevice(String device) { - this.device = device; - } - - public String getCallback() { - return callback; - } - - public void setCallback(String callback) { - this.callback = callback; - } -} +package com.yeshi.fanli.dto.ad; + +/** + * 鎶栭煶骞垮憡涓庤澶囧鐞嗛槦鍒� + * + * @author Administrator + * + */ +public class DouYinDeviceActiveQueueDTO { + public final static int TYPE_AD = 1; + public final static int TYPE_DEVICE = 2; + + private int type; + private String callback; + private String device; + private int platform; + + public DouYinDeviceActiveQueueDTO() { + } + + public DouYinDeviceActiveQueueDTO(int type, String callback) { + this.type = type; + this.callback = callback; + } + + public DouYinDeviceActiveQueueDTO(int type, String device, int platform) { + this.type = type; + this.device = device; + this.platform = platform; + } + + public int getPlatform() { + return platform; + } + + public void setPlatform(int platform) { + this.platform = platform; + } + + public int getType() { + return type; + } + + public void setType(int type) { + this.type = type; + } + + public String getDevice() { + return device; + } + + public void setDevice(String device) { + this.device = device; + } + + public String getCallback() { + return callback; + } + + public void setCallback(String callback) { + this.callback = callback; + } +} -- Gitblit v1.8.0