wuxw
2023-10-31 9ae66b76fa28b1c9106e5da8f8df18fa0610e3e4
java110-interface/src/main/java/com/java110/intf/report/IBaseDataStatisticsInnerServiceSMO.java
@@ -8,6 +8,7 @@
import org.springframework.web.bind.annotation.RequestMethod;
import java.util.List;
import java.util.Map;
/**
 * @ClassName IReportFeeStatisticsInnerServiceSMO
@@ -61,4 +62,7 @@
    @RequestMapping(value = "/getOweRoomInfo", method = RequestMethod.POST)
    List<RoomDto> getOweRoomInfo(@RequestBody RoomDto roomDto);
    @RequestMapping(value = "/getCommunityFeeDetailCount", method = RequestMethod.POST)
    List<Map> getCommunityFeeDetailCount(@RequestBody  Map info);
}