OBJECT
접근 정보
type UserAccessDto {# 접근 아이디id: String # 인덱스 시간indexDate: Long # 접근 시간accessDate: Long # 사용자 아이디userId: String # 폴더 / 파일 아이디entityId: String # 폴더 / 파일 타입entityType: Int # 파일 타입fileType: String # 폴더 / 파일 이름entityName: String # 폴더 / 파일 표현 경로entityDisplayPath: String }