puzhibing
2024-03-06 f6d50410b2674c2564be93b3887fff60e5769bd1
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/feignclient/course/CoursePackageOrderStudentClient.java
@@ -30,5 +30,14 @@
     * @param deductionClassHourList
     */
    @PostMapping("/coursePackageOrderStudent/deductionClassHour")
    boolean deductionClassHour(DeductionClassHourList deductionClassHourList);
    DeductionClassHourList deductionClassHour(DeductionClassHourList deductionClassHourList);
    /**
     * 回退课时后添加排课记录
     * @param deductionClassHourList
     */
    @PostMapping("/coursePackageOrderStudent/backspaceClassHour")
    void backspaceClassHour(DeductionClassHourList deductionClassHourList);
}