| | |
| | | package com.yeshi.fanli.vo.user;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | public class PullNewRuleVO {
|
| | | private String ruleName;
|
| | | private String newTitle;
|
| | | private String newRule;
|
| | |
|
| | | private String inviterTitle;
|
| | | private String inviterRule;
|
| | |
|
| | | private List<PullNewRuleNumVO> list;
|
| | |
|
| | | public String getNewTitle() {
|
| | | return newTitle;
|
| | | }
|
| | |
|
| | | public void setNewTitle(String newTitle) {
|
| | | this.newTitle = newTitle;
|
| | | }
|
| | |
|
| | | public String getNewRule() {
|
| | | return newRule;
|
| | | }
|
| | |
|
| | | public void setNewRule(String newRule) {
|
| | | this.newRule = newRule;
|
| | | }
|
| | |
|
| | | public String getInviterTitle() {
|
| | | return inviterTitle;
|
| | | }
|
| | |
|
| | | public void setInviterTitle(String inviterTitle) {
|
| | | this.inviterTitle = inviterTitle;
|
| | | }
|
| | |
|
| | | public String getInviterRule() {
|
| | | return inviterRule;
|
| | | }
|
| | |
|
| | | public void setInviterRule(String inviterRule) {
|
| | | this.inviterRule = inviterRule;
|
| | | }
|
| | |
|
| | | public List<PullNewRuleNumVO> getList() {
|
| | | return list;
|
| | | }
|
| | |
|
| | | public void setList(List<PullNewRuleNumVO> list) {
|
| | | this.list = list;
|
| | | }
|
| | |
|
| | | public String getRuleName() {
|
| | | return ruleName;
|
| | | }
|
| | |
|
| | | public void setRuleName(String ruleName) {
|
| | | this.ruleName = ruleName;
|
| | | }
|
| | |
|
| | | }
|
| | | package com.yeshi.fanli.vo.user; |
| | | |
| | | import java.util.List; |
| | | |
| | | public class PullNewRuleVO { |
| | | private String ruleName; |
| | | private String newTitle; |
| | | private String newRule; |
| | | |
| | | private String inviterTitle; |
| | | private String inviterRule; |
| | | |
| | | private List<PullNewRuleNumVO> list; |
| | | |
| | | public String getNewTitle() { |
| | | return newTitle; |
| | | } |
| | | |
| | | public void setNewTitle(String newTitle) { |
| | | this.newTitle = newTitle; |
| | | } |
| | | |
| | | public String getNewRule() { |
| | | return newRule; |
| | | } |
| | | |
| | | public void setNewRule(String newRule) { |
| | | this.newRule = newRule; |
| | | } |
| | | |
| | | public String getInviterTitle() { |
| | | return inviterTitle; |
| | | } |
| | | |
| | | public void setInviterTitle(String inviterTitle) { |
| | | this.inviterTitle = inviterTitle; |
| | | } |
| | | |
| | | public String getInviterRule() { |
| | | return inviterRule; |
| | | } |
| | | |
| | | public void setInviterRule(String inviterRule) { |
| | | this.inviterRule = inviterRule; |
| | | } |
| | | |
| | | public List<PullNewRuleNumVO> getList() { |
| | | return list; |
| | | } |
| | | |
| | | public void setList(List<PullNewRuleNumVO> list) { |
| | | this.list = list; |
| | | } |
| | | |
| | | public String getRuleName() { |
| | | return ruleName; |
| | | } |
| | | |
| | | public void setRuleName(String ruleName) { |
| | | this.ruleName = ruleName; |
| | | } |
| | | |
| | | } |