package io.delphiplatform.api.v3.decibelrdb.repository;

import org.springframework.data.jpa.repository.JpaRepository;

import io.delphiplatform.api.v3.decibelrdb.entity.DecibelLabelEntity;

public interface DecibelLabelEntityRepository extends JpaRepository<DecibelLabelEntity, Integer> {

}
