-
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.
- 놓친 `@Enumerated` & Enum 값 작성 추가 - 도메인 속성에 따른 수정 - `java.time.LocalDate` <-> `java.sql.Date` Converter 제거
- Loading branch information
1 parent
dcc144d
commit 8f484d9
Showing
6 changed files
with
17 additions
and
35 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
operation-domain/src/main/java/org/sopt/makers/operation/user/domain/Part.java
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 |
---|---|---|
@@ -1,4 +1,12 @@ | ||
package org.sopt.makers.operation.user.domain; | ||
|
||
public enum Part { | ||
|
||
PLAN, | ||
DESIGN, | ||
WEB, | ||
ANDROID, | ||
IOS, | ||
SERVER | ||
|
||
} |
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 |
---|---|---|
|
@@ -2,6 +2,5 @@ | |
|
||
public enum Team { | ||
OPERATION, | ||
MEDIA, | ||
MAKERS | ||
MEDIA | ||
} |
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
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
25 changes: 0 additions & 25 deletions
25
operation-domain/src/main/java/org/sopt/makers/operation/user/util/LocalDateConverter.java
This file was deleted.
Oops, something went wrong.