| | |
| | | package com.java110.dto.feeDiscountRule; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | import com.java110.dto.feeDiscountRuleSpec.FeeDiscountRuleSpecDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @ClassName FloorDto |
| | |
| | | public class FeeDiscountRuleDto extends PageDto implements Serializable { |
| | | |
| | | private String ruleName; |
| | | private String remark; |
| | | private String ruleId; |
| | | private String beanImpl; |
| | | private String remark; |
| | | private String ruleId; |
| | | private String beanImpl; |
| | | private String discountType; |
| | | |
| | | private List<FeeDiscountRuleSpecDto> feeDiscountRuleSpecs; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public String getRuleName() { |
| | | return ruleName; |
| | | } |
| | | public void setRuleName(String ruleName) { |
| | | |
| | | public void setRuleName(String ruleName) { |
| | | this.ruleName = ruleName; |
| | | } |
| | | public String getRemark() { |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | | } |
| | | public void setRemark(String remark) { |
| | | |
| | | public void setRemark(String remark) { |
| | | this.remark = remark; |
| | | } |
| | | public String getRuleId() { |
| | | |
| | | public String getRuleId() { |
| | | return ruleId; |
| | | } |
| | | public void setRuleId(String ruleId) { |
| | | |
| | | public void setRuleId(String ruleId) { |
| | | this.ruleId = ruleId; |
| | | } |
| | | public String getBeanImpl() { |
| | | |
| | | public String getBeanImpl() { |
| | | return beanImpl; |
| | | } |
| | | public void setBeanImpl(String beanImpl) { |
| | | |
| | | public void setBeanImpl(String beanImpl) { |
| | | this.beanImpl = beanImpl; |
| | | } |
| | | |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public List<FeeDiscountRuleSpecDto> getFeeDiscountRuleSpecs() { |
| | | return feeDiscountRuleSpecs; |
| | | } |
| | | |
| | | public void setFeeDiscountRuleSpecs(List<FeeDiscountRuleSpecDto> feeDiscountRuleSpecs) { |
| | | this.feeDiscountRuleSpecs = feeDiscountRuleSpecs; |
| | | } |
| | | |
| | | public String getDiscountType() { |
| | | return discountType; |
| | | } |
| | | |
| | | public void setDiscountType(String discountType) { |
| | | this.discountType = discountType; |
| | | } |
| | | } |