Skip to content

Commit

Permalink
[FEATURE] #81 : 사용자 권한 도메인 모델 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Jan 5, 2024
1 parent dc522bd commit b015e66
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.wap.wapp.core.model.user

enum class UserRole {
GUEST, MEMBER, MANAGER
}

0 comments on commit b015e66

Please sign in to comment.