java110-bean/src/main/java/com/java110/dto/report/ReportExcelDto.java
@@ -12,6 +12,16 @@ private RoomDto roomDto; private int col; private int row; private int total; public int getTotal() { return total; } public void setTotal(int total) { this.total = total; } private OwnerDto owner; private String[][] feeDetails; private String[][] propertyFeeList;