2021与蓝度共同重构项目,服务端
fix
zhanzhiqin
2022-05-11 4bc9e8a3962a01dd204185039c29c40b734ea4a4
dao/src/main/java/com/sandu/ximon/dao/mapper/PoleMapper.java
@@ -4,12 +4,18 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
/**
 * @Entity com.sandu.ximon.dao.domain.Pole
 */
@Mapper
public interface PoleMapper extends BaseMapper<Pole> {
    boolean updateDeviceCode(Long id);
    List<Pole> queryPoleOnLineStatesList(Long userid, Integer isTrue, Integer bingStates, Long groupid, String keyword);
}