| | |
| | | * @param studentId |
| | | * @return |
| | | */ |
| | | @PostMapping("/getCoursePackageOrderStudent") |
| | | @PostMapping("/coursePackageOrderStudent/getCoursePackageOrderStudent") |
| | | List<CoursePackageOrderStudent> getCoursePackageOrderStudent(Integer studentId); |
| | | |
| | | |
| | |
| | | * 扣减学员课时 |
| | | * @param deductionClassHourList |
| | | */ |
| | | @PostMapping("/deductionClassHour") |
| | | boolean deductionClassHour(DeductionClassHourList deductionClassHourList); |
| | | @PostMapping("/coursePackageOrderStudent/deductionClassHour") |
| | | DeductionClassHourList deductionClassHour(DeductionClassHourList deductionClassHourList); |
| | | |
| | | |
| | | /** |
| | | * 回退课时后添加排课记录 |
| | | * @param deductionClassHourList |
| | | */ |
| | | @PostMapping("/coursePackageOrderStudent/backspaceClassHour") |
| | | void backspaceClassHour(DeductionClassHourList deductionClassHourList); |
| | | |
| | | } |