package com.healthcare.ohctech.repository; import com.healthcare.ohctech.entity.InjuryType; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; @Repository public interface InjuryTypeRepo extends JpaRepository { }