wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
service-report/src/main/java/com/java110/report/dao/IReportCommunityServiceDao.java
@@ -61,4 +61,22 @@
     * @return
     */
    List<Map> queryRoomStructures(Map info);
    /**
     * 查询车位 结构化数据
     *
     * @param info
     * @return
     */
    List<Map> queryCarStructures(Map info);
    int deleteInvalidFee(Map info);
    /**
     * 查询无效的数据
     * @param reportFeeDto
     * @return
     */
    List<Map> queryInvalidFeeMonthStatistics(Map reportFeeDto);
}