Selaa lähdekoodia

add some part

yangdi 4 vuotta sitten
vanhempi
commit
f7104b0c8d

+ 0 - 9
huimv-test-platform/huimv-ctwing/src/main/java/com/huimv/devicedata/repo/DeviceUpdataEntityRepository.java

@@ -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> {
-
-}