| | |
| | | import com.dsh.account.model.JoinPlayPaiVo; |
| | | import com.dsh.account.model.LoginSMSCodeVo; |
| | | import com.dsh.account.model.LoginWeChatVo; |
| | | import com.dsh.account.model.vo.classDetails.CourseVenue; |
| | | import com.dsh.account.model.vo.classDetails.classInsVo.ClassInfoVo; |
| | | import com.dsh.account.model.vo.userBenefitDetail.*; |
| | | import com.dsh.account.util.ResultUtil; |
| | |
| | | */ |
| | | public interface TAppUserService extends IService<TAppUser> { |
| | | |
| | | ClassInfoVo queryUserOfStus(Integer id,String longitude,String latitude); |
| | | ClassInfoVo queryUserOfStus(Integer id); |
| | | |
| | | |
| | | /** |
| | |
| | | ResultUtil exchangeAddPaymentCallback(String code, String orderNumber,Integer payType); |
| | | |
| | | List<StoreResponse> queryStoresOfExchange(Integer goodsType,Integer pointsMerId); |
| | | |
| | | List<CourseVenue> queryWeekOfCourseDetails(Integer appUserId ,Integer stuId, String time, String longitude, String latitude); |
| | | } |