| | |
| | | package com.java110.dto.payFeeConfigDiscount; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | import com.java110.dto.feeDiscountSpec.FeeDiscountSpecDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @ClassName FloorDto |
| | |
| | | public class PayFeeConfigDiscountDto extends PageDto implements Serializable { |
| | | |
| | | private String configDiscountId; |
| | | private String configId; |
| | | private String discountId; |
| | | private String communityId; |
| | | private String configId; |
| | | private String discountId; |
| | | private String communityId; |
| | | |
| | | private String discountName; |
| | | private String discountType; |
| | | private List<FeeDiscountSpecDto> feeDiscountSpecs; |
| | | |
| | | private Date createTime; |
| | | |
| | |
| | | public String getConfigDiscountId() { |
| | | return configDiscountId; |
| | | } |
| | | public void setConfigDiscountId(String configDiscountId) { |
| | | |
| | | public void setConfigDiscountId(String configDiscountId) { |
| | | this.configDiscountId = configDiscountId; |
| | | } |
| | | public String getConfigId() { |
| | | |
| | | public String getConfigId() { |
| | | return configId; |
| | | } |
| | | public void setConfigId(String configId) { |
| | | |
| | | public void setConfigId(String configId) { |
| | | this.configId = configId; |
| | | } |
| | | public String getDiscountId() { |
| | | |
| | | public String getDiscountId() { |
| | | return discountId; |
| | | } |
| | | public void setDiscountId(String discountId) { |
| | | |
| | | public void setDiscountId(String discountId) { |
| | | this.discountId = discountId; |
| | | } |
| | | public String getCommunityId() { |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | public void setCommunityId(String communityId) { |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getDiscountName() { |
| | | return discountName; |
| | | } |
| | | |
| | | public void setDiscountName(String discountName) { |
| | | this.discountName = discountName; |
| | | } |
| | | |
| | | public String getDiscountType() { |
| | | return discountType; |
| | | } |
| | | |
| | | public void setDiscountType(String discountType) { |
| | | this.discountType = discountType; |
| | | } |
| | | |
| | | public List<FeeDiscountSpecDto> getFeeDiscountSpecs() { |
| | | return feeDiscountSpecs; |
| | | } |
| | | |
| | | public void setFeeDiscountSpecs(List<FeeDiscountSpecDto> feeDiscountSpecs) { |
| | | this.feeDiscountSpecs = feeDiscountSpecs; |
| | | } |
| | | } |