From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/vo/user/UserSettingsVO.java | 166 +++++++++++++++++++++++++++--------------------------- 1 files changed, 83 insertions(+), 83 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/user/UserSettingsVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/user/UserSettingsVO.java index 9dadc47..b829a7c 100644 --- a/fanli/src/main/java/com/yeshi/fanli/vo/user/UserSettingsVO.java +++ b/fanli/src/main/java/com/yeshi/fanli/vo/user/UserSettingsVO.java @@ -1,83 +1,83 @@ -package com.yeshi.fanli.vo.user; - -import java.io.Serializable; - -public class UserSettingsVO implements Serializable{ - - private static final long serialVersionUID = 1L; - - // 閫氱煡鍏嶆墦鎵�(20:00-8:00) - private Integer cancelNotice; - // 涓嶇湅娑堟伅绾㈢偣鎻愰啋 - private Integer noNewsRedDot; - // 涓嶇湅濂栭噾缁熻 - private Integer noBonusCount; - // 涓嶇湅鍒嗕韩璁板綍鍜岄�夊搧搴� - private Integer noShareRecordAndStorage; - // 涓嶇湅閭�璇锋嬁濂栭噾 - private Integer noInvitationBonus; - // 寮�鍚帹骞跨孩鍖� - private Integer openSpreadHongBao; - // 鍏佽鏌ョ湅鎵嬫満 - private Integer noDisplayPhoneNum; - - - - public Integer getCancelNotice() { - return cancelNotice; - } - - public void setCancelNotice(Integer cancelNotice) { - this.cancelNotice = cancelNotice; - } - - public Integer getNoNewsRedDot() { - return noNewsRedDot; - } - - public void setNoNewsRedDot(Integer noNewsRedDot) { - this.noNewsRedDot = noNewsRedDot; - } - - public Integer getNoBonusCount() { - return noBonusCount; - } - - public void setNoBonusCount(Integer noBonusCount) { - this.noBonusCount = noBonusCount; - } - - public Integer getNoShareRecordAndStorage() { - return noShareRecordAndStorage; - } - - public void setNoShareRecordAndStorage(Integer noShareRecordAndStorage) { - this.noShareRecordAndStorage = noShareRecordAndStorage; - } - - public Integer getNoInvitationBonus() { - return noInvitationBonus; - } - - public void setNoInvitationBonus(Integer noInvitationBonus) { - this.noInvitationBonus = noInvitationBonus; - } - - public Integer getOpenSpreadHongBao() { - return openSpreadHongBao; - } - - public void setOpenSpreadHongBao(Integer openSpreadHongBao) { - this.openSpreadHongBao = openSpreadHongBao; - } - - - public Integer getNoDisplayPhoneNum() { - return noDisplayPhoneNum; - } - - public void setNoDisplayPhoneNum(Integer noDisplayPhoneNum) { - this.noDisplayPhoneNum = noDisplayPhoneNum; - } - -} +package com.yeshi.fanli.vo.user; + +import java.io.Serializable; + +public class UserSettingsVO implements Serializable{ + + private static final long serialVersionUID = 1L; + + // 閫氱煡鍏嶆墦鎵�(20:00-8:00) + private Integer cancelNotice; + // 涓嶇湅娑堟伅绾㈢偣鎻愰啋 + private Integer noNewsRedDot; + // 涓嶇湅濂栭噾缁熻 + private Integer noBonusCount; + // 涓嶇湅鍒嗕韩璁板綍鍜岄�夊搧搴� + private Integer noShareRecordAndStorage; + // 涓嶇湅閭�璇锋嬁濂栭噾 + private Integer noInvitationBonus; + // 寮�鍚帹骞跨孩鍖� + private Integer openSpreadHongBao; + // 鍏佽鏌ョ湅鎵嬫満 + private Integer noDisplayPhoneNum; + + + + public Integer getCancelNotice() { + return cancelNotice; + } + + public void setCancelNotice(Integer cancelNotice) { + this.cancelNotice = cancelNotice; + } + + public Integer getNoNewsRedDot() { + return noNewsRedDot; + } + + public void setNoNewsRedDot(Integer noNewsRedDot) { + this.noNewsRedDot = noNewsRedDot; + } + + public Integer getNoBonusCount() { + return noBonusCount; + } + + public void setNoBonusCount(Integer noBonusCount) { + this.noBonusCount = noBonusCount; + } + + public Integer getNoShareRecordAndStorage() { + return noShareRecordAndStorage; + } + + public void setNoShareRecordAndStorage(Integer noShareRecordAndStorage) { + this.noShareRecordAndStorage = noShareRecordAndStorage; + } + + public Integer getNoInvitationBonus() { + return noInvitationBonus; + } + + public void setNoInvitationBonus(Integer noInvitationBonus) { + this.noInvitationBonus = noInvitationBonus; + } + + public Integer getOpenSpreadHongBao() { + return openSpreadHongBao; + } + + public void setOpenSpreadHongBao(Integer openSpreadHongBao) { + this.openSpreadHongBao = openSpreadHongBao; + } + + + public Integer getNoDisplayPhoneNum() { + return noDisplayPhoneNum; + } + + public void setNoDisplayPhoneNum(Integer noDisplayPhoneNum) { + this.noDisplayPhoneNum = noDisplayPhoneNum; + } + +} -- Gitblit v1.8.0