From 90b211c63f9d596aa90b508f76eb916a30b68731 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 02 八月 2019 16:01:07 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/div' into div --- fanli/src/main/java/com/yeshi/fanli/vo/user/UserSettingsVO.java | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 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 fe8e35a..35faa05 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 @@ -16,6 +16,10 @@ private Integer noShareRecordAndStorage; // 涓嶇湅閭�璇锋嬁濂栭噾 private Integer noInvitationBonus; + // 寮�鍚帹骞跨孩鍖� + private Integer openSpreadHongBao; + + public Integer getCancelNotice() { return cancelNotice; @@ -57,4 +61,12 @@ this.noInvitationBonus = noInvitationBonus; } + public Integer getOpenSpreadHongBao() { + return openSpreadHongBao; + } + + public void setOpenSpreadHongBao(Integer openSpreadHongBao) { + this.openSpreadHongBao = openSpreadHongBao; + } + } -- Gitblit v1.8.0