Skip to content

Instantly share code, notes, and snippets.

@jeffersonchaves
Created September 16, 2024 20:47
Show Gist options
  • Save jeffersonchaves/f30de14fc0e748f1c4436293eedd2a0d to your computer and use it in GitHub Desktop.
Save jeffersonchaves/f30de14fc0e748f1c4436293eedd2a0d to your computer and use it in GitHub Desktop.
public interface OrdemServicoRepository extends JpaRepository<OrdemServico, Long> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment