| | |
| | | import com.dsh.account.entity.TStudent; |
| | | import com.dsh.account.feignclient.competition.model.PurchaseRecordVo; |
| | | import com.dsh.account.feignclient.other.model.SysNotice; |
| | | import com.dsh.account.model.vo.classDetails.AppointmentRecordVo; |
| | | import com.dsh.account.model.vo.classDetails.ClasspaymentRequest; |
| | | import com.dsh.account.model.vo.classDetails.classInsVo.ClassDetailsInsVo; |
| | | import com.dsh.account.model.vo.classDetails.classInsVo.StuDetailsReq; |
| | |
| | | */ |
| | | public interface TStudentService extends IService<TStudent> { |
| | | |
| | | void addStuOfAppUser(StuDetailsReq stu,Integer appUserId); |
| | | ResultUtil addStuOfAppUser(StuDetailsReq stu,Integer appUserId) throws Exception; |
| | | |
| | | ClassDetailsInsVo querySessionDetailsDt(Integer userIdFormRedis, Integer lessonId, Integer stuId); |
| | | |
| | |
| | | |
| | | ResultUtil insertVipPaymentCallback(String outTradeNo, String transactionId); |
| | | |
| | | /** |
| | | * 查询学院的上课记录 |
| | | * @param stuId |
| | | * @param appUserId |
| | | * @return |
| | | */ |
| | | AppointmentRecordVo getAppointmentRecords(Integer stuId, Integer appUserId); |
| | | |
| | | ResultUtil cancelReservationOfCourse( Integer courseStuRecordId); |
| | | |
| | | } |