java110
2021-09-04 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8
java110-interface/src/main/java/com/java110/intf/report/IReportFeeYearCollectionInnerServiceSMO.java
@@ -52,7 +52,7 @@
    @RequestMapping(value = "/queryReportFeeYearCollectionsCount", method = RequestMethod.POST)
    int queryReportFeeYearCollectionsCount(@RequestBody ReportFeeYearCollectionDto reportFeeYearCollectionDto);
    @RequestMapping(value = "/queryReportFeeYearCollectionsCount", method = RequestMethod.POST)
    @RequestMapping(value = "/getReportFeeYearCollectionInfo", method = RequestMethod.POST)
    List<Map> getReportFeeYearCollectionInfo(@RequestBody Map beanCovertMap);
    @RequestMapping(value = "/saveReportFeeYearCollectionInfo", method = RequestMethod.POST)