java110
2021-01-27 978f4888403350fd94e61220bd8ed07b118a2f6c
java110-bean/src/main/java/com/java110/dto/fee/FeeDto.java
@@ -116,9 +116,7 @@
    private List<FeeAttrDto> feeAttrDtos;
    private List<RoomDto> cacheRooms;
    private List<OwnerCarDto> cacheOwnerCars;
    public String getAmount() {
@@ -555,19 +553,5 @@
        this.ownerId = ownerId;
    }
    public List<RoomDto> getCacheRooms() {
        return cacheRooms;
    }
    public void setCacheRooms(List<RoomDto> cacheRooms) {
        this.cacheRooms = cacheRooms;
    }
    public List<OwnerCarDto> getCacheOwnerCars() {
        return cacheOwnerCars;
    }
    public void setCacheOwnerCars(List<OwnerCarDto> cacheOwnerCars) {
        this.cacheOwnerCars = cacheOwnerCars;
    }
}