영상관리 년도별 타일 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

@@ -45,6 +45,9 @@ public class MapSheetMngTileEntity {
@Column(name = "tag")
private String tag;
@Column(name = "crs")
private String crs;
@NotNull
@ColumnDefault("now()")
@Column(name = "created_dttm", nullable = false)