| | |
| | | package com.java110.dto.chargeRuleFee; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | public class ChargeRuleFeeDto extends PageDto implements Serializable { |
| | | |
| | | private String maxEnergyPrice; |
| | | private String durationPrice; |
| | | private String crfId; |
| | | private String remark; |
| | | private String ruleId; |
| | | private String minEnergyPrice; |
| | | private String communityId; |
| | | private String durationPrice; |
| | | private String crfId; |
| | | private String remark; |
| | | private String ruleId; |
| | | private String minEnergyPrice; |
| | | private String communityId; |
| | | |
| | | private String energy; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public String getMaxEnergyPrice() { |
| | | return maxEnergyPrice; |
| | | } |
| | | public void setMaxEnergyPrice(String maxEnergyPrice) { |
| | | |
| | | public void setMaxEnergyPrice(String maxEnergyPrice) { |
| | | this.maxEnergyPrice = maxEnergyPrice; |
| | | } |
| | | public String getDurationPrice() { |
| | | |
| | | public String getDurationPrice() { |
| | | return durationPrice; |
| | | } |
| | | public void setDurationPrice(String durationPrice) { |
| | | |
| | | public void setDurationPrice(String durationPrice) { |
| | | this.durationPrice = durationPrice; |
| | | } |
| | | public String getCrfId() { |
| | | |
| | | public String getCrfId() { |
| | | return crfId; |
| | | } |
| | | public void setCrfId(String crfId) { |
| | | |
| | | public void setCrfId(String crfId) { |
| | | this.crfId = crfId; |
| | | } |
| | | 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 getMinEnergyPrice() { |
| | | |
| | | public String getMinEnergyPrice() { |
| | | return minEnergyPrice; |
| | | } |
| | | public void setMinEnergyPrice(String minEnergyPrice) { |
| | | |
| | | public void setMinEnergyPrice(String minEnergyPrice) { |
| | | this.minEnergyPrice = minEnergyPrice; |
| | | } |
| | | 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 getEnergy() { |
| | | return energy; |
| | | } |
| | | |
| | | public void setEnergy(String energy) { |
| | | this.energy = energy; |
| | | } |
| | | } |