package com.myoa.engineering.crawl.ppomppu.processor.infrastructure.repository; import com.myoa.engineering.crawl.ppomppu.processor.domain.PpomppuBoardFeedStatus; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; @Repository public interface PpomppuBoardFeedStatusRepository extends JpaRepository { }