智慧农业后台管理
guoshilong
2022-08-29 c11cb05c6f68d80d84e6c3840d4d8ecf7ccd28c1
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);
}