Skip to content

Commit

Permalink
[LAS-67] feat: 모집글 상세에서 회원의 신청 상태 여부 체크 응답 관련 SuccessCode 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongho0805 committed Jul 2, 2023
1 parent 45d096f commit e7a6a30
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public enum SuccessCode {
RECRUITMENT_CREATE("모집글 작성이 완료되었습니다."),
RECRUITMENT_UPDATE("모집글 수정이 완료되었습니다."),
RECRUITMENT_DELETE("모집글 삭제가 완료되었습니다."),
RECRUITMENT_APPLY_STATUS_FOR_MEMBER("모집글 신청 여부 조회가 완료되었습니다."),

/* 신청 */
APPLICATION_CREATE("신청 처리가 완료되었습니다."),
Expand All @@ -42,7 +43,7 @@ public enum SuccessCode {
NOTIFICATION_LIST("알림 목록 조회가 완료되었습니다."),
NOTIFICATION_READ("알림 읽기 처리가 완료되었습니다."),
NOTIFICATION_DELETE("알림 삭제 처리가 완료되었습니다."),
;
;

private String message;

Expand Down

0 comments on commit e7a6a30

Please sign in to comment.