智慧农业后台管理
xiebin
2022-09-22 cc1239bf95ee3f1880b0b4fa462a7fd40664cfb2
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);
}