| | |
| | | |
| | | import com.baomidou.mybatisplus.mapper.BaseMapper; |
| | | import com.stylefeng.guns.modular.system.dto.Host; |
| | | import com.stylefeng.guns.modular.system.dto.Medium; |
| | | import com.stylefeng.guns.modular.system.model.AppUser; |
| | | import com.stylefeng.guns.modular.system.warpper.req.SearchIntermediaryReq; |
| | | import com.stylefeng.guns.modular.system.warpper.res.SearchIntermediaryListRes; |
| | |
| | | List<Host> listHost(@Param("nickname")String nickname, |
| | | @Param("userType")Integer userType, |
| | | @Param("status")Integer status, |
| | | @Param("phone")String phone, |
| | | @Param("index")int index, |
| | | @Param("size")int size); |
| | | @Param("phone")String phone); |
| | | |
| | | List<Medium> listMedium(String nickname, Integer userType, Integer status, String phone); |
| | | List<Medium> listAuMedium(String nickname, Integer userType, Integer status, String phone); |
| | | } |