mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2025-12-06 10:06:24 +00:00
Merge pull request #9 from ktds-dg0501/feature/user
UserPricipal 중복 필드 제거
This commit is contained in:
commit
453f77ef01
@ -24,12 +24,7 @@ public class UserPrincipal implements UserDetails {
|
||||
/**
|
||||
* 사용자 ID
|
||||
*/
|
||||
private final UUID userId;
|
||||
|
||||
/**
|
||||
* 매장 ID
|
||||
*/
|
||||
private final UUID storeId;
|
||||
private final Long userId;
|
||||
|
||||
/**
|
||||
* 매장 ID
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user