| | |
| | | package com.doumee.service.business; |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.Wrapper; |
| | | import com.doumee.core.model.PageData; |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.core.erp.model.openapi.response.AccessTokenResponse; |
| | | 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.MemberInfoDTO; |
| | | import com.doumee.dao.admin.response.StagingDataVO; |
| | | import com.doumee.dao.business.model.Member; |
| | | import com.doumee.dao.web.reqeust.AccountLoginDTO; |
| | | import com.doumee.dao.web.reqeust.CheckVisitedDTO; |
| | |
| | | */ |
| | | void deleteByIdInBatch(List<Integer> ids); |
| | | |
| | | void batchBlock(List<Integer> ids); |
| | | void batchBlock(List<Integer> ids,Integer type); |
| | | |
| | | /** |
| | | * 主键更新 |
| | |
| | | * @return |
| | | */ |
| | | PageData<MemberVO> getVisitedMemberList(PageWrap<VisitMemberDTO> param); |
| | | |
| | | /** |
| | | * 补充数据 |
| | | */ |
| | | StagingDataVO stagingHead(StagingDataVO stagingHeadVO); |
| | | |
| | | StagingDataVO stagingBody(StagingDataVO stagingHeadVO); |
| | | } |