Skip to content
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 #142 File 객체 BaseEntity를 상속 하도록 수정 #142

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

hyxklee
Copy link
Member

@hyxklee hyxklee commented Feb 18, 2025

PR 내용

  • 기존에 File 객체는 생성, 수정일이 필요 없을 거라 판단했으나, DB 데이터 관리 상 필요하다고 판단해 설정을 추가했습니다

PR 세부사항


관련 스크린샷

image

주의사항


체크 리스트

  • 리뷰어 설정
  • Assignee 설정
  • Label 설정
  • 제목 양식 맞췄나요? (ex. #0 Feat: 기능 추가)
  • 변경 사항에 대한 테스트

@hyxklee hyxklee requested review from jj0526 and huncozyboy February 18, 2025 05:25
@hyxklee hyxklee self-assigned this Feb 18, 2025
@hyxklee hyxklee linked an issue Feb 18, 2025 that may be closed by this pull request
Copy link
Collaborator

@jj0526 jj0526 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다!

@NoArgsConstructor(access = AccessLevel.PROTECTED)
@AllArgsConstructor
@Entity
public class File {
public class File extends BaseEntity {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 ! 간단한 변경 사항인거같아 바로 승인할게요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat #138 파일 생성일, 수정일 추가
3 participants