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

[#403] 대나무숲 작성 시간 반환값 추가 #404

Merged
merged 2 commits into from
Oct 24, 2023

Conversation

angelSuho
Copy link
Member

Issue

Issue 내용

  • 대나무 숲 응답 데이터 구조에 엔티티 생성 시간 createdDate 을 추가하였습니다.

수정 전

    {
        "id": 5,
        "content": "contant"
    }

수정 후

    {
        "id": 5,
        "content": "contant",
        "createdDate": "2023-10-24T22:11:49.982971"
    }

@angelSuho angelSuho added the 🚀 Feature New feature or request label Oct 24, 2023
@angelSuho angelSuho self-assigned this Oct 24, 2023
@angelSuho angelSuho linked an issue Oct 24, 2023 that may be closed by this pull request
@angelSuho angelSuho changed the title feature: 대나무숲 작성 시간 반환값 추가 (#403) [#403] 대나무숲 작성 시간 반환값 추가 Oct 24, 2023
Copy link
Member

@gkfktkrh153 gkfktkrh153 left a comment

Choose a reason for hiding this comment

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

확인했습니다~

@gkfktkrh153 gkfktkrh153 merged commit be053da into development Oct 24, 2023
@angelSuho angelSuho deleted the feature/403_BamBooCreateTime branch November 16, 2023 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 Feature New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

대나무 숲 작성 시간 컬럼 추가
2 participants