파일싱크 수정
This commit is contained in:
@@ -83,6 +83,18 @@ public class ImageryDto {
|
||||
private Long hstUid;
|
||||
}
|
||||
|
||||
@Schema(name = "SyncReturn", description = "영상파일싱크 수행 후 리턴")
|
||||
@Getter
|
||||
@Setter
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public static class SyncReturn {
|
||||
private String flag;
|
||||
private int syncCnt;
|
||||
private int tfwErrCnt;
|
||||
private int tifErrCnt;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user