Explorar o código

add some part

yangdi %!s(int64=4) %!d(string=hai) anos
pai
achega
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> {
-
-}