保誠-保戶業務員媒合平台
Jack
2022-01-19 f4dd14d80b2a1565fabf835f8e05a8458b873ba8
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);
}