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