-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] #557 patch application api #749
Conversation
Codecov ReportAll modified and coverable lines are covered by tests โ
Additional details and impacted files@@ Coverage Diff @@
## recruit-dev #749 +/- ##
==============================================
Coverage ? 74.04%
Complexity ? 730
==============================================
Files ? 164
Lines ? 3163
Branches ? 337
==============================================
Hits ? 2342
Misses ? 678
Partials ? 143
Flags with carried forward coverage won't be shown. Click here to find out more. โ View full report in Codecov by Sentry. |
@@ -4,10 +4,14 @@ | |||
|
|||
import org.springframework.data.jpa.repository.JpaRepository; | |||
import org.springframework.data.jpa.repository.Query; | |||
import org.springframework.data.repository.query.Param; | |||
|
|||
import gg.data.recruit.recruitment.CheckList; | |||
|
|||
public interface CheckListRepository extends JpaRepository<CheckList, Long> { | |||
@Query("SELECT c FROM CheckList c ") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์์ฐ๋๊ฑฐ ์ง์์ฃผ์ค์์์๊น์ฌ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๋ต
๐ ๊ฐ์
๐ป ์์ ์ฌํญ
โ ๋ณ๊ฒฝ๋ก์ง
๐กIssue ๋ฒํธ