2021与蓝度共同重构项目,服务端
liuhaonan
2022-08-03 28bf6e5a47b7235d829b5f1021cfbec1cb1811d6
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,11 @@
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,Integer center, String orderBy);
    List<Pole> getPoleListOnBinding(Long userid, String keyword);
}