package com.java110.intf.report; import com.alibaba.fastjson.JSONObject; import com.java110.config.feign.FeignConfiguration; import com.java110.dto.ReportFeeMonthStatisticsPrepaymentDto.ReportFeeMonthStatisticsPrepaymentDto; import com.java110.dto.fee.FeeConfigDto; import com.java110.dto.owner.OwnerDto; import com.java110.po.ReportFeeMonthStatisticsPrepaymentPo.ReportFeeMonthStatisticsPrepaymentPo; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import java.util.List; /** * @author fqz * @descrip0tion预付期费用月统计接口类 * @date 2023-03-29 09:46 */ @FeignClient(name = "${java110.report-service}", configuration = {FeignConfiguration.class}) @RequestMapping("/reportFeeMonthStatisticsPrepaymentApi") public interface IReportFeeMonthStatisticsPrepaymentInnerServiceSMO { @RequestMapping(value = "/saveReportFeeMonthStatisticsPrepayment", method = RequestMethod.POST) public int saveReportFeeMonthStatisticsPrepayment(@RequestBody ReportFeeMonthStatisticsPrepaymentPo reportFeeMonthStatisticsPrepaymentPo); @RequestMapping(value = "/updateReportFeeMonthStatisticsPrepayment", method = RequestMethod.POST) public int updateReportFeeMonthStatisticsPrepayment(@RequestBody ReportFeeMonthStatisticsPrepaymentPo reportFeeMonthStatisticsPrepaymentPo); @RequestMapping(value = "/deleteReportFeeMonthStatisticsPrepayment", method = RequestMethod.POST) public int deleteReportFeeMonthStatisticsPrepayment(@RequestBody ReportFeeMonthStatisticsPrepaymentPo reportFeeMonthStatisticsPrepaymentPo); /** *
查询小区楼信息
* * @param reportFeeMonthStatisticsPrepaymentDto 数据对象分享 * @return ReportFeeMonthStatisticsPrepaymentDto 对象数据 */ @RequestMapping(value = "/queryReportFeeMonthStatisticsPrepayment", method = RequestMethod.POST) List查询小区楼信息
* * @param reportFeeMonthStatisticsPrepaymentDto 数据对象分享 * @return ReportFeeMonthStatisticsPrepaymentDto 对象数据 */ @RequestMapping(value = "/queryPrepaymentConfigs", method = RequestMethod.POST) List小区楼
总记录数 * * @param reportFeeMonthStatisticsPrepaymentDto 数据对象分享 * @return 小区下的小区楼记录数 */ @RequestMapping(value = "/queryReportFeeMonthStatisticsPrepaymentsCount", method = RequestMethod.POST) int queryReportFeeMonthStatisticsPrepaymentsCount(@RequestBody ReportFeeMonthStatisticsPrepaymentDto reportFeeMonthStatisticsPrepaymentDto); /** * 查询费用汇总表个数 * * @param reportFeeMonthStatisticsPrepaymentDto * @return */ @RequestMapping(value = "/queryPayFeeDetailPrepaymentCount", method = RequestMethod.POST) JSONObject queryPayFeeDetailPrepaymentCount(@RequestBody ReportFeeMonthStatisticsPrepaymentDto reportFeeMonthStatisticsPrepaymentDto); /** * 查询费用汇总表个数 * * @param reportFeeMonthStatisticsPrepaymentDto * @return */ @RequestMapping(value = "/queryReportCollectFeesCount", method = RequestMethod.POST) JSONObject queryReportCollectFeesCount(@RequestBody ReportFeeMonthStatisticsPrepaymentDto reportFeeMonthStatisticsPrepaymentDto); /** * 查询费用汇总表 * * @param reportFeeMonthStatisticsPrepaymentDto * @return */ @RequestMapping(value = "/queryPayFeeDetailPrepayment", method = RequestMethod.POST) List查询小区楼信息
* * @param feeConfigDto 数据对象分享 * @return FeeConfigDto 对象数据 */ @RequestMapping(value = "/queryFeeConfigPrepayments", method = RequestMethod.POST) List