Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
skfotakf authored Sep 11, 2023
2 parents c06e73b + 0fad19e commit ea640a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import org.springframework.transaction.annotation.Transactional
interface MemberSearchService {
fun searchTopMember(keyword: String, number: Int): MemberSearchTopResponse
fun searchMember(keyword: String, pageSize: Int, pageNum: Int): MemberSearchPageResponse

}

@Service
Expand Down

0 comments on commit ea640a4

Please sign in to comment.