Skip to content

Commit

Permalink
add: (#261) WebNotiificationType
Browse files Browse the repository at this point in the history
  • Loading branch information
softpeanut committed Dec 30, 2022
1 parent b018415 commit 32d6b0b
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
package team.comit.simtong.domain.notification.dto

/**
*
* 알림의 종류를 구분하는 WebNotificationType
*
* @author kimbeomjin
* @date 2022/12/30
* @version 1.1.0
**/
enum class WebNotificationType {

/**
* 메뉴 관련 알림
*/
MEAL,

/**
* 휴무일 관련 알림
*/
HOLIDAY,

/**
* 일정 관련 알림
*/
SCHEDULE

}

0 comments on commit 32d6b0b

Please sign in to comment.