java110
2023-08-15 20001a775126c1be95a2b84cebb8813a54608712
java110-interface/src/main/java/com/java110/intf/fee/IPayFeeDetailMonthInnerServiceSMO.java
@@ -66,4 +66,15 @@
     */
    @RequestMapping(value = "/getWaitDispersedFeeDetail", method = RequestMethod.POST)
    List<FeeDetailDto> getWaitDispersedFeeDetail(@RequestBody PayFeeDetailMonthDto payFeeDetailMonthDto);
    /**
     * 专门给页面展示使用
     * @param payFeeDetailMonthDto
     * @return
     */
    @RequestMapping(value = "/queryPagePayFeeDetailMonths", method = RequestMethod.POST)
    List<PayFeeDetailMonthDto> queryPagePayFeeDetailMonths(@RequestBody PayFeeDetailMonthDto payFeeDetailMonthDto);
    @RequestMapping(value = "/queryPagePayFeeDetailMonthsCount", method = RequestMethod.POST)
    int queryPagePayFeeDetailMonthsCount(@RequestBody PayFeeDetailMonthDto payFeeDetailMonthDto);
}