| | |
| | | package com.yeshi.fanli.vo.user;
|
| | |
|
| | | public class PullNewRuleNumVO {
|
| | | private String numRange;
|
| | | private String rewardDesc;
|
| | |
|
| | | |
| | | public PullNewRuleNumVO() {}
|
| | | |
| | | public PullNewRuleNumVO(String numRange, String rewardDesc) {
|
| | | this.numRange = numRange;
|
| | | this.rewardDesc = rewardDesc;
|
| | | }
|
| | | |
| | | |
| | | public String getNumRange() {
|
| | | return numRange;
|
| | | }
|
| | |
|
| | | public void setNumRange(String numRange) {
|
| | | this.numRange = numRange;
|
| | | }
|
| | |
|
| | | public String getRewardDesc() {
|
| | | return rewardDesc;
|
| | | }
|
| | |
|
| | | public void setRewardDesc(String rewardDesc) {
|
| | | this.rewardDesc = rewardDesc;
|
| | | }
|
| | |
|
| | | }
|
| | | package com.yeshi.fanli.vo.user; |
| | | |
| | | public class PullNewRuleNumVO { |
| | | private String numRange; |
| | | private String rewardDesc; |
| | | |
| | | |
| | | public PullNewRuleNumVO() {} |
| | | |
| | | public PullNewRuleNumVO(String numRange, String rewardDesc) { |
| | | this.numRange = numRange; |
| | | this.rewardDesc = rewardDesc; |
| | | } |
| | | |
| | | |
| | | public String getNumRange() { |
| | | return numRange; |
| | | } |
| | | |
| | | public void setNumRange(String numRange) { |
| | | this.numRange = numRange; |
| | | } |
| | | |
| | | public String getRewardDesc() { |
| | | return rewardDesc; |
| | | } |
| | | |
| | | public void setRewardDesc(String rewardDesc) { |
| | | this.rewardDesc = rewardDesc; |
| | | } |
| | | |
| | | } |