영상관리 년도별 타일 crs 추가하기

This commit is contained in:
2026-01-30 21:00:15 +09:00
parent 96d7ea205c
commit 71f1f03b89
3 changed files with 10 additions and 2 deletions

View File

@@ -103,6 +103,9 @@ public class MapSheetMngDto {
@Schema(description = "tag")
private String tag;
@Schema(description = "crs 좌표계")
private String crs;
@JsonIgnore private Long createdUid;
}