-
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.
feat: 단체 정보에 사용자 북마크 여부 함께 반환 (#335)
* feat: CompanyType에 Education 추가 * feat: Organization 반환 시 isBookmarked 추가
- Loading branch information
1 parent
ecc0fba
commit 4e8cfeb
Showing
5 changed files
with
23 additions
and
8 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
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
2 changes: 1 addition & 1 deletion
2
...ore-domain/src/main/java/com/sponus/coredomain/domain/organization/enums/CompanyType.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,5 +1,5 @@ | ||
package com.sponus.coredomain.domain.organization.enums; | ||
|
||
public enum CompanyType { | ||
NONE, FOOD, HEALTH, LIFESTYLE, BEAUTY, ETC | ||
NONE, FOOD, HEALTH, LIFESTYLE, BEAUTY, EDUCATION, ETC | ||
} |