검증게시판 단계 추가

This commit is contained in:
Macbook
2026-05-28 16:24:14 +09:00
parent f64dc1e983
commit 7e3644cb62
375 changed files with 4539 additions and 251294 deletions
@@ -14,5 +14,7 @@ public interface GcFcmTokenRepository extends JpaRepository<GcFcmToken, Long> {
List<GcFcmToken> findByDeviceIdAndActiveTrue(String deviceId);
List<GcFcmToken> findByUserIdAndActiveTrue(Long userId);
void deleteByDeviceId(String deviceId);
}