package com.hxzk.gps.service.impl.RtkAnchor; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import com.hxzk.gps.controller.RtkAnchor.dto.TableSearchResult.TableSearchResult; import com.hxzk.gps.entity.Anchor.TbAchor; import com.hxzk.gps.entity.RtkAnchor.TbRtkanchor; import com.hxzk.gps.mapper.RtkAnchor.TbRtkanchorMapper; import com.hxzk.gps.result.ListDataResult; import com.hxzk.gps.result.ResultTable; import com.hxzk.gps.result.table; import com.hxzk.gps.service.RtkAnchor.TbRtkanchorService; 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-07-22 */ @Service public class TbRtkanchorServiceImpl extends ServiceImpl