| | |
| | | package com.java110.dto.fee; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | import com.java110.dto.RoomDto; |
| | | import com.java110.dto.owner.OwnerCarDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | |
| | | //映射关系开关值 |
| | | private String val; |
| | | |
| | | //实收金额映射开关值 |
| | | private String receivedAmountSwitch; |
| | | |
| | | private String squarePrice; |
| | | private String additionalAmount; |
| | | private String state; |
| | |
| | | |
| | | private String ownerTel; |
| | | |
| | | private String ownerId; |
| | | |
| | | |
| | | private Date createTime; |
| | | |
| | |
| | | private Date curReadingTime; |
| | | |
| | | private List<FeeAttrDto> feeAttrDtos; |
| | | |
| | | |
| | | |
| | | |
| | | public String getAmount() { |
| | |
| | | public void setVal(String value) { |
| | | this.val = value; |
| | | } |
| | | |
| | | public String getReceivedAmountSwitch() { |
| | | return receivedAmountSwitch; |
| | | } |
| | | |
| | | public void setReceivedAmountSwitch(String receivedAmountSwitch) { |
| | | this.receivedAmountSwitch = receivedAmountSwitch; |
| | | } |
| | | |
| | | public String getOwnerId() { |
| | | return ownerId; |
| | | } |
| | | |
| | | public void setOwnerId(String ownerId) { |
| | | this.ownerId = ownerId; |
| | | } |
| | | |
| | | |
| | | } |