保誠-保戶業務員媒合平台
wayne
2022-01-22 8fb0516d2d4791ce41a541407ce3a6fe82541455
pamapi/src/main/java/com/pollex/pam/repository/AppointmentNoticeLogRepository.java
@@ -1,5 +1,7 @@
package com.pollex.pam.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@@ -8,4 +10,6 @@
@Repository
public interface AppointmentNoticeLogRepository extends JpaRepository<AppointmentNoticeLog, Long>{
   List<AppointmentNoticeLog> findByAppointmentId(Long appointmentId);
}