liujie
2025-08-13 bf256fd67a54231e26a41945293efbf3c23fe533
cloud-server-course/src/main/java/com/dsh/course/service/ICoursePackageOrderStudentService.java
@@ -29,5 +29,12 @@
     * @param deductionClassHourList
     * @return
     */
    boolean deductionClassHour(DeductionClassHourList deductionClassHourList);
    DeductionClassHourList deductionClassHour(DeductionClassHourList deductionClassHourList);
    /**
     * 回退课时和回退排课数据
     * @param deductionClassHourList
     */
    void backspaceClassHour(DeductionClassHourList deductionClassHourList);
}