사용자 권한레벨정보 추가

This commit is contained in:
2025-03-26 15:17:46 +09:00
parent 5b13f0c088
commit b6548a94a7
5 changed files with 18 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ public class Admin implements UserDetails{
@JsonProperty("expired_dt")
private LocalDateTime expiredDt;
@JsonProperty("auth_level_type")
private EAuthAdminLevelType authLevelType;
/* 만료일 만 가져올려면 */
/*@Column(name = "expired_dt")
@Temporal(TemporalType.DATE)