old mode 100644
new mode 100755
| | |
| | | |
| | | private String preReadingTime; |
| | | private String curReadingTime; |
| | | private String mwPrice; |
| | | |
| | | private String carTypeCd; |
| | | |
| | | private String batchId; |
| | | |
| | | private List<FeeAttrDto> feeAttrs; |
| | | |
| | | public String getAmount() { |
| | |
| | | public void setFeeAttrs(List<FeeAttrDto> feeAttrs) { |
| | | this.feeAttrs = feeAttrs; |
| | | } |
| | | |
| | | public String getMwPrice() { |
| | | return mwPrice; |
| | | } |
| | | |
| | | public void setMwPrice(String mwPrice) { |
| | | this.mwPrice = mwPrice; |
| | | } |
| | | |
| | | public String getCarTypeCd() { |
| | | return carTypeCd; |
| | | } |
| | | |
| | | public void setCarTypeCd(String carTypeCd) { |
| | | this.carTypeCd = carTypeCd; |
| | | } |
| | | |
| | | |
| | | public String getBatchId() { |
| | | return batchId; |
| | | } |
| | | |
| | | public void setBatchId(String batchId) { |
| | | this.batchId = batchId; |
| | | } |
| | | } |