old mode 100644
new mode 100755
| | |
| | | package com.java110.dto.feeDiscount; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | import com.java110.dto.feeDiscountRuleSpec.FeeDiscountRuleSpecDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.List; |
| | |
| | | |
| | | private String discountType; |
| | | |
| | | private String discountName; |
| | | |
| | | private String ruleName; |
| | | |
| | | private String ruleId; |
| | | |
| | | private List<FeeDiscountRuleSpecDto> feeDiscountRuleSpecs; |
| | | //映射关系值 |
| | | private String value; |
| | | |
| | | private List<FeeDiscountSpecDto> feeDiscountSpecs; |
| | | |
| | | private double discountPrice; |
| | | private String ardId; |
| | | |
| | | |
| | | public String getDiscountId() { |
| | |
| | | this.ruleId = ruleId; |
| | | } |
| | | |
| | | public List<FeeDiscountRuleSpecDto> getFeeDiscountRuleSpecs() { |
| | | return feeDiscountRuleSpecs; |
| | | public List<FeeDiscountSpecDto> getFeeDiscountSpecs() { |
| | | return feeDiscountSpecs; |
| | | } |
| | | |
| | | public void setFeeDiscountRuleSpecs(List<FeeDiscountRuleSpecDto> feeDiscountRuleSpecs) { |
| | | this.feeDiscountRuleSpecs = feeDiscountRuleSpecs; |
| | | public void setFeeDiscountSpecs(List<FeeDiscountSpecDto> feeDiscountSpecs) { |
| | | this.feeDiscountSpecs = feeDiscountSpecs; |
| | | } |
| | | |
| | | public double getDiscountPrice() { |
| | |
| | | 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; |
| | | } |
| | | |
| | | public String getArdId() { |
| | | return ardId; |
| | | } |
| | | |
| | | public void setArdId(String ardId) { |
| | | this.ardId = ardId; |
| | | } |
| | | } |