| | |
| | | * @Version 1.0 |
| | | * add by wuxw 2019/4/24 |
| | | **/ |
| | | @FeignClient(name = "${java110.fee-service}", configuration = {FeignConfiguration.class}) |
| | | @FeignClient(name = "fee-service", configuration = {FeignConfiguration.class}) |
| | | @RequestMapping("/feeApi") |
| | | public interface IFeeInnerServiceSMO { |
| | | |
| | |
| | | */ |
| | | @RequestMapping(value = "/deleteFeesByBatch", method = RequestMethod.POST) |
| | | int deleteFeesByBatch(@RequestBody PayFeePo payFeePo); |
| | | |
| | | int getFeeInfoBus(FeeDto feeDto); |
| | | |
| | | /** |
| | | * 根据费用配置id查询有效的费用关联 |
| | | */ |
| | | @RequestMapping(value = "/countValidPayFeeByConfigId", method = RequestMethod.POST) |
| | | int countValidPayFeeByConfigId(@RequestBody String configId); |
| | | } |