We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BaseEntity
LocalDateTime
BaseEntity.createdAt
Entity
The text was updated successfully, but these errors were encountered:
No branches or pull requests
추가하려는 기능 설명
BaseEntity
에 있는LocalDateTime
을 VO로 감쌉니다.이유
BaseEntity.createdAt
을 포맷팅해서 프론트에 전달한다면 VO로 감쌀 필요가 있어 보입니다.Entity
들이LocalDateTime
의 포맷팅까지 책임을 지고 있습니다.의존성
안내사항
The text was updated successfully, but these errors were encountered: