src/main/java/org/springblade/modules/remote/mapper/RemoteMapper.java
@@ -16,6 +16,7 @@ */ package org.springblade.modules.remote.mapper; import org.apache.ibatis.annotations.Param; import org.springblade.modules.remote.entity.Remote; import org.springblade.modules.remote.vo.RemoteVO; import com.baomidou.mybatisplus.core.mapper.BaseMapper; @@ -39,4 +40,7 @@ */ List<RemoteVO> selectRemotePage(IPage page, RemoteVO remote); List<Remote> findByType(@Param("remote") Remote remote); List<Remote> getRemoteList(@Param("type") String type); }