[KC-116] shp 파일 다운로드 이력 추가

This commit is contained in:
2026-01-19 17:42:12 +09:00
parent 183b4df7f8
commit a586c440fb
6 changed files with 41 additions and 19 deletions

View File

@@ -253,6 +253,16 @@ public class AuditLogDto {
String requestUri;
}
@Getter
@Setter
@AllArgsConstructor
public static class DownloadRes {
String name;
String employeeNo;
@JsonFormatDttm ZonedDateTime downloadDttm;
}
@CodeExpose
@Getter
@AllArgsConstructor