package com.yihu.wlyy.repository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.repository.PagingAndSortingRepository; import com.yihu.wlyy.entity.doctor.profile.DoctorComment; public interface DoctorCommentDao extends PagingAndSortingRepository, JpaSpecificationExecutor { }