비즈니스 로그 구조 생성
서비스별 비즈니스 로그 처리 코드 정리
This commit is contained in:
@@ -58,6 +58,7 @@ public class Admin implements UserDetails{
|
||||
private LocalDateTime updateDt;
|
||||
@JsonProperty("update_by")
|
||||
private String updateBy;
|
||||
private boolean deleted;
|
||||
|
||||
@Override
|
||||
public Collection<? extends GrantedAuthority> getAuthorities() {
|
||||
|
||||
Reference in New Issue
Block a user