| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.dsh.course.entity.CoursePackageOrderStudent; |
| | | import com.dsh.course.feignclient.model.RecordAppoint; |
| | | import com.dsh.course.model.DeductionClassHourList; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | List<RecordAppoint> obtainStuClassDetails(Integer stuId, Integer appUserId, Integer pageNum); |
| | | |
| | | |
| | | /** |
| | | * 扣除学员课时 |
| | | * @param deductionClassHourList |
| | | * @return |
| | | */ |
| | | DeductionClassHourList deductionClassHour(DeductionClassHourList deductionClassHourList); |
| | | |
| | | |
| | | /** |
| | | * 回退课时和回退排课数据 |
| | | * @param deductionClassHourList |
| | | */ |
| | | void backspaceClassHour(DeductionClassHourList deductionClassHourList); |
| | | } |