| | |
| | | |
| | | import com.baomidou.mybatisplus.service.IService; |
| | | 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.util.ResultUtil; |
| | | import com.stylefeng.guns.modular.system.warpper.req.RegisterAccountReq; |
| | |
| | | ResultUtil<CollectRes> release(UserInfoQuery query); |
| | | |
| | | List<Host> listHost(String nickname, Integer userType, Integer status, String phone, int index, int size); |
| | | |
| | | List<Medium> listMedium(String nickname, Integer userType, Integer status, String phone, int index, int size); |
| | | } |