TIF,TWF Pari Upload System Update

This commit is contained in:
DanielLee
2025-12-12 20:36:46 +09:00
parent 2b71153c2c
commit 0fd9a3c31f
12 changed files with 242 additions and 33 deletions

View File

@@ -50,6 +50,4 @@ public class MapSheetMngFileEntity {
@Column(name = "file_size")
private Long fileSize;
}

View File

@@ -78,4 +78,13 @@ public class MapSheetMngHstEntity extends CommonDateEntity {
@Column(name = "sync_check_end_dttm")
private ZonedDateTime syncCheckEndDttm;
@Column(name = "tif_size_bytes")
private Long tifSizeBytes;
@Column(name = "tfw_size_bytes")
private Long tfwSizeBytes;
@Column(name = "total_size_bytes")
private Long totalSizeBytes;
}