@@ -1,9 +0,0 @@
-package com.huimv.devicedata.repo;
-
-import com.huimv.devicedata.entity.DeviceUpdataEntity;
-import org.springframework.data.jpa.repository.JpaRepository;
-import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
-public interface DeviceUpdataEntityRepository extends JpaRepository<DeviceUpdataEntity, Integer>, JpaSpecificationExecutor<DeviceUpdataEntity> {
-}