영상관리 추가 수정
This commit is contained in:
@@ -151,7 +151,6 @@ public class MapSheetMngDto {
|
||||
@Getter
|
||||
@Setter
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public static class ErrorDataDto {
|
||||
// private Integer rowNum;
|
||||
private Long hstUid;
|
||||
@@ -163,10 +162,12 @@ public class MapSheetMngDto {
|
||||
private String syncState;
|
||||
private String syncCheckState;
|
||||
|
||||
private Long fileUid;
|
||||
private String fileName;
|
||||
//private Long fileUid;
|
||||
private String tfwFileName;
|
||||
private String tifFileName;
|
||||
|
||||
//private List<MngFIleDto> fileArray;
|
||||
|
||||
private List<MngFIleDto> fileArray;
|
||||
|
||||
public ErrorDataDto(
|
||||
Long hstUid,
|
||||
@@ -176,7 +177,9 @@ public class MapSheetMngDto {
|
||||
Integer mapCodeSrc,
|
||||
ZonedDateTime createdDttm,
|
||||
String syncState,
|
||||
String syncCheckState) {
|
||||
String syncCheckState,
|
||||
String tfwFileName,
|
||||
String tifFileName) {
|
||||
this.hstUid = hstUid;
|
||||
this.map50kName = map50kName;
|
||||
this.map5kName = map5kName;
|
||||
@@ -185,6 +188,8 @@ public class MapSheetMngDto {
|
||||
this.createdDttm = createdDttm;
|
||||
this.syncState = syncState;
|
||||
this.syncCheckState = syncCheckState;
|
||||
this.tfwFileName = tfwFileName;
|
||||
this.tifFileName = tifFileName;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user