wuxw
2022-07-17 ce64e667815b39efdc2f8bd52be0d43d49db8d84
service-report/src/main/java/com/java110/report/dao/IReportCommunityServiceDao.java
@@ -69,4 +69,14 @@
     * @return
     */
    List<Map> queryCarStructures(Map info);
    int deleteInvalidFee(Map info);
    /**
     * 查询无效的数据
     * @param reportFeeDto
     * @return
     */
    List<Map> queryInvalidFeeMonthStatistics(Map reportFeeDto);
}