From 81da61b828e29b7745e1382dfbbaeb685dc083ef Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 23 一月 2024 17:17:55 +0800 Subject: [PATCH] 抖音转链修改 --- fanli/src/main/java/com/yeshi/fanli/vo/user/VIPUpgradedNotifyVO.java | 134 ++++++++++++++++++++++---------------------- 1 files changed, 67 insertions(+), 67 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/user/VIPUpgradedNotifyVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/user/VIPUpgradedNotifyVO.java index 9d87681..ed2130a 100644 --- a/fanli/src/main/java/com/yeshi/fanli/vo/user/VIPUpgradedNotifyVO.java +++ b/fanli/src/main/java/com/yeshi/fanli/vo/user/VIPUpgradedNotifyVO.java @@ -1,67 +1,67 @@ -package com.yeshi.fanli.vo.user; - -public class VIPUpgradedNotifyVO { - private String fromLevelName;// 鍘熸潵鐨勭瓑绾у悕绉� - private String toLevelName;// 鐜板湪鐨勭瓑绾у悕绉� - private String toLevel;// 鐜板湪鐨勭瓑绾� - private int day;// 鑰楁椂澶╂暟 - private String detailLink;// 鏉冪泭閾炬帴 - private String id; - private String sourceId; - - public String getFromLevelName() { - return fromLevelName; - } - - public void setFromLevelName(String fromLevelName) { - this.fromLevelName = fromLevelName; - } - - public String getToLevelName() { - return toLevelName; - } - - public void setToLevelName(String toLevelName) { - this.toLevelName = toLevelName; - } - - public String getToLevel() { - return toLevel; - } - - public void setToLevel(String toLevel) { - this.toLevel = toLevel; - } - - public int getDay() { - return day; - } - - public void setDay(int day) { - this.day = day; - } - - public String getDetailLink() { - return detailLink; - } - - public void setDetailLink(String detailLink) { - this.detailLink = detailLink; - } - - public String getId() { - return id; - } - - public void setId(String id) { - this.id = id; - } - - public String getSourceId() { - return sourceId; - } - - public void setSourceId(String sourceId) { - this.sourceId = sourceId; - } -} +package com.yeshi.fanli.vo.user; + +public class VIPUpgradedNotifyVO { + private String fromLevelName;// 鍘熸潵鐨勭瓑绾у悕绉� + private String toLevelName;// 鐜板湪鐨勭瓑绾у悕绉� + private String toLevel;// 鐜板湪鐨勭瓑绾� + private int day;// 鑰楁椂澶╂暟 + private String detailLink;// 鏉冪泭閾炬帴 + private String id; + private String sourceId; + + public String getFromLevelName() { + return fromLevelName; + } + + public void setFromLevelName(String fromLevelName) { + this.fromLevelName = fromLevelName; + } + + public String getToLevelName() { + return toLevelName; + } + + public void setToLevelName(String toLevelName) { + this.toLevelName = toLevelName; + } + + public String getToLevel() { + return toLevel; + } + + public void setToLevel(String toLevel) { + this.toLevel = toLevel; + } + + public int getDay() { + return day; + } + + public void setDay(int day) { + this.day = day; + } + + public String getDetailLink() { + return detailLink; + } + + public void setDetailLink(String detailLink) { + this.detailLink = detailLink; + } + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public String getSourceId() { + return sourceId; + } + + public void setSourceId(String sourceId) { + this.sourceId = sourceId; + } +} -- Gitblit v1.8.0