영상데이터 관리 > 오류 처리 내역 수정
This commit is contained in:
@@ -87,4 +87,21 @@ public class MapSheetMngHstEntity extends CommonDateEntity {
|
||||
|
||||
@Column(name = "total_size_bytes")
|
||||
private Long totalSizeBytes;
|
||||
|
||||
@Size(max = 100)
|
||||
@Column(name = "sync_tif_file_name", length = 100)
|
||||
private String syncTifFileName;
|
||||
|
||||
@Size(max = 100)
|
||||
@Column(name = "sync_tfw_file_name", length = 100)
|
||||
private String syncTfwFileName;
|
||||
|
||||
@Size(max = 100)
|
||||
@Column(name = "sync_check_tif_file_name", length = 100)
|
||||
private String syncCheckTifFileName;
|
||||
|
||||
@Size(max = 100)
|
||||
@Column(name = "sync_check_tfw_file_name", length = 100)
|
||||
private String syncCheckTfwFileName;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user