保誠-保戶業務員媒合平台
HelenHuang
2022-01-14 9f843e9978cc4bff79e515a6ab929154d904fa46
1
2
3
4
5
6
7
8
9
10
package com.pollex.pam.repository.timezone;
 
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
 
/**
 * Spring Data JPA repository for the {@link DateTimeWrapper} entity.
 */
@Repository
public interface DateTimeWrapperRepository extends JpaRepository<DateTimeWrapper, Long> {}