레이어 관리 api 추가

This commit is contained in:
2026-01-27 21:31:56 +09:00
parent bcf44a6f4a
commit 56adcc8181
4 changed files with 38 additions and 7 deletions

View File

@@ -93,6 +93,6 @@ public class MapLayerEntity {
@Column(name = "is_labeling_map")
private Boolean isLabelingMap;
@Column(name = "order")
@Column(name = "sort_order")
private Long order;
}