Compare commits

1 Commits

Author SHA1 Message Date
wonho 375fcb390b UserPricipal 중복 필드 제거 2025-10-27 15:49:01 +09:00
@@ -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