| | |
| | | package com.yeshi.fanli.dto.user;
|
| | |
|
| | | import java.math.BigDecimal;
|
| | |
|
| | | public class PullNewRuleTerm {
|
| | | private Long min;
|
| | | private Long max;
|
| | | private BigDecimal money;
|
| | |
|
| | | public Long getMin() {
|
| | | return min;
|
| | | }
|
| | |
|
| | | public void setMin(Long min) {
|
| | | this.min = min;
|
| | | }
|
| | |
|
| | | public Long getMax() {
|
| | | return max;
|
| | | }
|
| | |
|
| | | public void setMax(Long max) {
|
| | | this.max = max;
|
| | | }
|
| | |
|
| | | public BigDecimal getMoney() {
|
| | | return money;
|
| | | }
|
| | |
|
| | | public void setMoney(BigDecimal money) {
|
| | | this.money = money;
|
| | | }
|
| | | }
|
| | | package com.yeshi.fanli.dto.user; |
| | | |
| | | import java.math.BigDecimal; |
| | | |
| | | public class PullNewRuleTerm { |
| | | private Long min; |
| | | private Long max; |
| | | private BigDecimal money; |
| | | |
| | | public Long getMin() { |
| | | return min; |
| | | } |
| | | |
| | | public void setMin(Long min) { |
| | | this.min = min; |
| | | } |
| | | |
| | | public Long getMax() { |
| | | return max; |
| | | } |
| | | |
| | | public void setMax(Long max) { |
| | | this.max = max; |
| | | } |
| | | |
| | | public BigDecimal getMoney() { |
| | | return money; |
| | | } |
| | | |
| | | public void setMoney(BigDecimal money) { |
| | | this.money = money; |
| | | } |
| | | } |