保誠-保戶業務員媒合平台
HelenHuang
2021-12-30 ac594e4efb30ba28776d74b0fb08ab34d7c32023
1
2
3
4
5
6
7
8
9
package com.pollex.pam.repository;
 
import com.pollex.pam.domain.Authority;
import org.springframework.data.jpa.repository.JpaRepository;
 
/**
 * Spring Data JPA repository for the {@link Authority} entity.
 */
public interface AuthorityRepository extends JpaRepository<Authority, String> {}