|
public interface DoctorTeamGuidanceTemplateDao extends PagingAndSortingRepository<DoctorTeamGuidanceTemplate, Long>, JpaSpecificationExecutor<DoctorTeamGuidanceTemplate> {
|
|
public interface DoctorTeamGuidanceTemplateDao extends PagingAndSortingRepository<DoctorTeamGuidanceTemplate, Long>, JpaSpecificationExecutor<DoctorTeamGuidanceTemplate> {
|
|
List<DoctorTeamGuidanceTemplate> distinctByTeamTitle(String title, int teamId);
|
|
List<DoctorTeamGuidanceTemplate> distinctByTeamTitle(String title, int teamId);
|