mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-07 22:36:08 +00:00
feat: add poll post type
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.openisle.repository;
|
||||
|
||||
import com.openisle.model.PollPost;
|
||||
import org.springframework.data.jpa.repository.JpaRepository;
|
||||
|
||||
public interface PollPostRepository extends JpaRepository<PollPost, Long> {
|
||||
}
|
||||
Reference in New Issue
Block a user