44323
2024-03-08 51f34c714fc3c7a4551d349a918e7ce8fa7f63c2
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);
}