package com.hxzk.gps.service.Loragateway; import com.hxzk.gps.controller.Loragateway.dto.TableSearchResult.TableSearchResult; import com.hxzk.gps.entity.Loragateway.TbLoragateway; import com.baomidou.mybatisplus.extension.service.IService; import com.hxzk.gps.result.ResultTable; import org.springframework.web.bind.annotation.RequestBody; /** *
* 服务类 *
* * @author YuZhiTong * @since 2025-05-22 */ public interface TbLoragatewayService extends IService