chengf
2025-09-02 9faac602a31237bfc67b0b0748af1b31f5302482
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;