From dd5b15229cb15459fa7c31ccea77dac28cbfafbd Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期一, 13 四月 2020 10:04:20 +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