Skip to content

Commit

Permalink
feature/ Record[#14]
Browse files Browse the repository at this point in the history
  • Loading branch information
SeWooooong committed Mar 18, 2023
1 parent 3a33ae1 commit 32f25e1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
package com.todaysgym.todaysgym.record;

import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;

@Service
@RequiredArgsConstructor
public class RecordService {

private final RecordRepository recordRepository;
}

0 comments on commit 32f25e1

Please sign in to comment.