| | |
| | | |
| | | private String discountType; |
| | | |
| | | private String discountName; |
| | | |
| | | private String ruleName; |
| | | |
| | | private String ruleId; |
| | | |
| | | //映射关系值 |
| | | private String value; |
| | | |
| | | private List<FeeDiscountSpecDto> feeDiscountSpecs; |
| | | |
| | |
| | | public void setDiscountType(String discountType) { |
| | | this.discountType = discountType; |
| | | } |
| | | |
| | | public String getDiscountName() { |
| | | return discountName; |
| | | } |
| | | |
| | | public void setDiscountName(String discountName) { |
| | | this.discountName = discountName; |
| | | } |
| | | |
| | | public String getValue() { |
| | | return value; |
| | | } |
| | | |
| | | public void setValue(String value) { |
| | | this.value = value; |
| | | } |
| | | } |