Skip to content

Commit

Permalink
�v2.1.4
Browse files Browse the repository at this point in the history
�v2.1.4
  • Loading branch information
mikekks authored Oct 2, 2024
2 parents d442f0e + fd088a4 commit 4140e83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ public class MeetingV2GetMeetingByIdResponseDto {
@NotNull
private final String processDesc;

@Schema(description = "모임 활동 시작 시간", example = "2024-08-13T15:30:00")
@Schema(description = "모임 활동 시작 시간", example = "2024-08-13T15:30:00", name = "mStartDate")
@NotNull
private final LocalDateTime mStartDate;

@Schema(description = "모임 활동 종료 시간", example = "2024-10-13T23:59:59")
@Schema(description = "모임 활동 종료 시간", example = "2024-10-13T23:59:59", name = "mEndDate")
@NotNull
private final LocalDateTime mEndDate;

Expand Down

0 comments on commit 4140e83

Please sign in to comment.