old mode 100644
new mode 100755
| | |
| | | package com.java110.vo.api.fee; |
| | | |
| | | import com.java110.dto.fee.FeeAttrDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @ClassName ApiFeeDataVo |
| | |
| | | |
| | | private String preReadingTime; |
| | | private String curReadingTime; |
| | | private String mwPrice; |
| | | |
| | | private List<FeeAttrDto> feeAttrs; |
| | | |
| | | public String getAmount() { |
| | | return amount; |
| | |
| | | public void setCurReadingTime(String curReadingTime) { |
| | | this.curReadingTime = curReadingTime; |
| | | } |
| | | |
| | | public List<FeeAttrDto> getFeeAttrs() { |
| | | return feeAttrs; |
| | | } |
| | | |
| | | public void setFeeAttrs(List<FeeAttrDto> feeAttrs) { |
| | | this.feeAttrs = feeAttrs; |
| | | } |
| | | |
| | | public String getMwPrice() { |
| | | return mwPrice; |
| | | } |
| | | |
| | | public void setMwPrice(String mwPrice) { |
| | | this.mwPrice = mwPrice; |
| | | } |
| | | } |