java110
2021-01-16 67a012f260607fbcf41af3ee3a91b2bff261c58d
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;
    }
}