dao/src/main/java/com/sandu/ximon/dao/mapper/PoleMapper.java
@@ -4,6 +4,8 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; import java.util.List; /** * @Entity com.sandu.ximon.dao.domain.Pole */ @@ -11,7 +13,9 @@ public interface PoleMapper extends BaseMapper<Pole> { boolean updateDeviceCode(Long id); boolean updateDeviceCode(Long id); List<Pole> queryPoleOnLineStatesList(Long userid, Integer isTrue, Integer bingStates, Long groupid, String keyword); }