영상관리 년도별 타일 crs 추가하기
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user