Merge pull request #9 from ktds-dg0501/feature/user

UserPricipal 중복 필드 제거
This commit is contained in:
hyeda2020 2025-10-27 15:49:54 +09:00 committed by GitHub
commit 453f77ef01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,12 +24,7 @@ public class UserPrincipal implements UserDetails {
/** /**
* 사용자 ID * 사용자 ID
*/ */
private final UUID userId; private final Long userId;
/**
* 매장 ID
*/
private final UUID storeId;
/** /**
* 매장 ID * 매장 ID