| | |
| | | package com.dsh.course.feignClient.account; |
| | | |
| | | import com.dsh.course.feignClient.account.model.CoachType; |
| | | import com.dsh.course.feignClient.account.model.RechargeRecords; |
| | | import com.dsh.guns.modular.system.model.RechargeRecordsQuery; |
| | | import com.dsh.guns.modular.system.model.RechargeRecordsVO; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | |
| | | */ |
| | | @RequestMapping("/finance/rechargeList") |
| | | List<RechargeRecordsVO> rechargeList(@RequestBody RechargeRecordsQuery query); |
| | | /** |
| | | * 数据统计-充值记录列表数据 |
| | | */ |
| | | @RequestMapping("/finance/rechargeList1") |
| | | List<RechargeRecords> rechargeList1(@RequestBody RechargeRecordsQuery query); |
| | | } |