| | |
| | | package com.doumee.service.business; |
| | | |
| | | import com.doumee.core.model.LoginUserInfo; |
| | | import com.doumee.core.model.PageData; |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.service.business.third.model.LoginUserInfo; |
| | | import com.doumee.service.business.third.model.PageData; |
| | | import com.doumee.service.business.third.model.PageWrap; |
| | | import com.doumee.dao.admin.request.LaborEmpowerDTO; |
| | | import com.doumee.dao.admin.request.LaborMemberDTO; |
| | | import com.doumee.dao.admin.request.MemberQuery; |
| | | import com.doumee.dao.admin.response.StagingDataVO; |
| | | import com.doumee.dao.business.dto.RegisterDriverDTO; |
| | | import com.doumee.dao.business.model.Member; |
| | | import com.doumee.dao.web.reqeust.AccountLoginDTO; |
| | | import com.doumee.dao.web.reqeust.CheckVisitedDTO; |
| | | import com.doumee.dao.web.reqeust.VisitMemberDTO; |
| | | import com.doumee.dao.web.response.MemberVO; |
| | | import com.doumee.dao.web.response.WxAuthorizeVO; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | */ |
| | | void deleteById(Integer id,LoginUserInfo user); |
| | | |
| | | void roleAuthById(Integer id); |
| | | void roleAuthById(Integer id,LoginUserInfo user); |
| | | |
| | | /** |
| | | * 删除 |
| | |
| | | void memberFreeze(); |
| | | /********************************************公众号接口***********************************************************************/ |
| | | |
| | | /** |
| | | * 司机注册 |
| | | * @param registerDriverDTO |
| | | */ |
| | | void registerDriver(RegisterDriverDTO registerDriverDTO); |
| | | |
| | | /** |
| | | * 微信授权接口 |
| | | * @param code |
| | | * @return |
| | | */ |
| | | WxAuthorizeVO wxAuthorize(String code); |
| | | WxAuthorizeVO wxAuthorize(String code,Integer source); |
| | | |
| | | |
| | | |
| | | MemberVO getVisitedMember(CheckVisitedDTO checkVisitedDTO); |
| | | List<MemberVO> getVisitedMember(CheckVisitedDTO checkVisitedDTO); |
| | | |
| | | |
| | | /** |
| | | * 账号密码 |
| | | * 内部人员/劳务访客登录 |
| | | * @param accountLoginDTO |
| | | * @return |
| | | */ |
| | | WxAuthorizeVO accountLogin(AccountLoginDTO accountLoginDTO); |
| | | |
| | | /** |
| | | * 内部可拜访人员分页 |
| | |
| | | void updateHead(Member member); |
| | | |
| | | void updateWorkStatus(Member member); |
| | | |
| | | void batchRoleAuth(Member memberRole); |
| | | |
| | | String importBatch(MultipartFile file, Integer companyType,LoginUserInfo loginUser); |
| | | |
| | | |
| | | List<Member> findDriveList(Member model); |
| | | |
| | | void initPinyinTool(); |
| | | } |