src/main/java/com/hxzk/service/LoraGateWayService.java
@@ -4,9 +4,13 @@ import com.github.pagehelper.PageInfo; import com.hxzk.pojo.TbLoragateway; import java.util.List; public interface LoraGateWayService extends IService<TbLoragateway> { PageInfo<TbLoragateway> findAll(Integer page, Integer limit); void deLoraGateWay(Integer id); List<TbLoragateway> FindLoraGateWayList(); }