| | |
| | | package cn.stylefeng.guns.modular.business.service; |
| | | |
| | | import cn.stylefeng.guns.modular.business.dto.MentalTestMyTestOrderDTO; |
| | | import cn.stylefeng.guns.modular.business.dto.MentalTestMyTestRecordTopicDTO; |
| | | import cn.stylefeng.guns.modular.business.dto.MentalTestMyTestTopicDTO; |
| | | import cn.stylefeng.guns.modular.business.dto.MentalTestRecordPageDTO; |
| | | import cn.stylefeng.guns.modular.business.entity.MentalTestRecord; |
| | |
| | | List<MentalTestMyTestTopicDTO> myTestTopic(Long userId, Long topicId); |
| | | |
| | | /** |
| | | * 我的测试(含题库信息) |
| | | * 我的测试记录(含题库信息) |
| | | * @param mentalAppointmentId |
| | | * @param mentalAppointmentIdList |
| | | * @return |
| | | */ |
| | | List<MentalTestMyTestTopicDTO> myTestRecordTopicByMentalAppointmentId(Long mentalAppointmentId, List<Long> mentalAppointmentIdList); |
| | | List<MentalTestMyTestRecordTopicDTO> myTestRecordTopicByMentalAppointmentId(Long mentalAppointmentId, List<Long> mentalAppointmentIdList); |
| | | |
| | | /** |
| | | * 我的测试(订单) |