Merge branch 'update-feature/GEPAFINBE-6' of https://github.com/Kitzanos/GEPAFIN-BE into update-feature/GEPAFINBE-6
This commit is contained in:
@@ -4,6 +4,10 @@ import net.gepafin.tendermanagement.entities.LookUpDataEntity;
|
||||
import org.springframework.data.jpa.repository.JpaRepository;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Optional;
|
||||
|
||||
@Repository
|
||||
public interface LookUpDataRepository extends JpaRepository<LookUpDataEntity,Long> {
|
||||
List<LookUpDataEntity> findByType(String type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user