| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.dsh.account.entity.TStudent; |
| | | import com.dsh.account.feignclient.competition.model.PurchaseRecordVo; |
| | | import com.dsh.account.feignclient.other.model.StoreDetailList; |
| | | import com.dsh.account.feignclient.other.model.StoreInfo; |
| | | 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; |
| | | import com.dsh.account.model.vo.classDetails.classInsVo.StuListVo; |
| | | import com.dsh.account.model.vo.exploreDetail.ExploreDatasVo; |
| | | import com.dsh.account.model.vo.exploreDetail.LonLatRequest; |
| | | import com.dsh.account.model.vo.exploreDetails.QuestionDetailsVo; |
| | | import com.dsh.account.model.vo.exploreDetails.QuestionIns; |
| | | import com.dsh.account.model.vo.exploreDetail.QuestionIns; |
| | | import com.dsh.account.model.vo.exploreDetail.StoreDetailsVo; |
| | | import com.dsh.account.model.vo.sourceDetail.CouponStuAvailableVo; |
| | | import com.dsh.account.model.vo.sourceDetail.CourseDetailsOfContinuationResp; |
| | | import com.dsh.account.model.vo.sourceDetail.RecordTimeRequest; |
| | |
| | | /** |
| | | * 查询常见问题列表 |
| | | */ |
| | | QuestionDetailsVo queryQuestionData(); |
| | | List<QuestionIns> queryQuestionData(); |
| | | |
| | | /** |
| | | * 查询常见问题详情 |
| | |
| | | /** |
| | | * 查询探索页面首页 |
| | | */ |
| | | ExploreDatasVo queryIndexOfExplores(LonLatRequest llrequest); |
| | | List<StoreInfo> queryIndexOfExplores(LonLatRequest llrequest); |
| | | |
| | | /** |
| | | * 切换学员 |
| | |
| | | |
| | | ResultUtil cancelReservationOfCourse( Integer courseStuRecordId); |
| | | |
| | | /** |
| | | * |
| | | * @param space 距离 |
| | | * @param cityCode 城市code |
| | | * @return |
| | | */ |
| | | List<StoreDetailList> queryStoreList(Integer space,String cityCode,String latitude,String longitude); |
| | | |
| | | StoreDetailsVo getStoreDetail(Integer storeId); |
| | | |
| | | } |