|  |  |  | 
|---|
|  |  |  | package com.doumee.service.system; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.doumee.core.model.PageData; | 
|---|
|  |  |  | import com.doumee.core.model.PageWrap; | 
|---|
|  |  |  | import com.doumee.dao.business.model.vo.ValidPhoneCodeVO; | 
|---|
|  |  |  | import com.baomidou.mybatisplus.core.conditions.update.UpdateWrapper; | 
|---|
|  |  |  | import com.doumee.service.business.third.model.PageData; | 
|---|
|  |  |  | import com.doumee.service.business.third.model.PageWrap; | 
|---|
|  |  |  | import com.doumee.dao.system.dto.QuerySystemUserDTO; | 
|---|
|  |  |  | import com.doumee.dao.system.model.SystemUser; | 
|---|
|  |  |  | import com.doumee.dao.system.vo.SystemUserListVO; | 
|---|
|  |  |  | 
|---|
|  |  |  | * @date 2023/03/21 14:49 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | PageData<SystemUserListVO> findPage(PageWrap<QuerySystemUserDTO> pageWrap); | 
|---|
|  |  |  | PageData<SystemUser> findDriverPage(PageWrap<SystemUser> pageWrap); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<SystemUser> findAllList(SystemUser pageWrap); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | long count(SystemUser systemUser); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void jobForOpenProhibitStatus(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|