package com.hxzk.gps.service.impl.Loragateway; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import com.hxzk.gps.controller.Loragateway.dto.TableSearchResult.TableSearchResult; import com.hxzk.gps.entity.Anchor.TbAchor; import com.hxzk.gps.entity.Loragateway.TbLoragateway; import com.hxzk.gps.mapper.Loragateway.TbLoragatewayMapper; import com.hxzk.gps.result.ListDataResult; import com.hxzk.gps.result.ResultTable; import com.hxzk.gps.result.table; import com.hxzk.gps.service.Loragateway.TbLoragatewayService; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.hxzk.gps.util.GetUser.UserInfoUtil; import com.hxzk.gps.util.MessageUtils.MessageUtils; import org.springframework.stereotype.Service; import java.util.Optional; /** *
* 服务实现类 *
* * @author YuZhiTong * @since 2025-05-22 */ @Service public class TbLoragatewayServiceImpl extends ServiceImpl