1.2
luo
2024-01-02 59f63a8ef0078b06f010d25abfef2772c944a56f
guns-management/src/main/java/com/stylefeng/guns/modular/system/dao/AppUserMapper.java
@@ -2,6 +2,7 @@
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;
@@ -20,7 +21,8 @@
    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(@Param("nickname") String nickname,@Param("userType")Integer userType, @Param("status")Integer status, @Param("phone")String phone);
    List<Medium> listAuMedium(@Param("nickname") String nickname, @Param("userType") Integer userType,@Param("status")  Integer status,@Param("phone")  String phone);
}