-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
25 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export const LOTTERY_HEADER = [ | ||
"시작 날짜", | ||
"시작 시간", | ||
"종료 날짜", | ||
"종료 시간", | ||
"활성화 기간", | ||
"추첨 당첨 인원 수", | ||
"진행 상태", | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
export const EVENT_LIST_HEADER = [ | ||
"ID", | ||
"이벤트 진행 날짜", | ||
"오픈 시간", | ||
"종료 시간", | ||
"활성화 시간", | ||
"선택지 관리", | ||
"경품 관리", | ||
"선착순 당첨 인원 수", | ||
"진행 상태", | ||
"참여자 리스트 보기", | ||
"관리", | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters