ImageryDto 수정

This commit is contained in:
Harry M. You
2025-12-05 15:53:32 +09:00
parent 3804582b82
commit 786b2f8cc8

View File

@@ -80,6 +80,7 @@ public class ImageryDto {
private String cogMiddlePath;
private String filename;
private String cogFilename;
private Long hstUid;
}