자료형 변경

This commit is contained in:
Moon
2025-12-12 16:33:03 +09:00
parent db45741829
commit 6ce78f237d

View File

@@ -51,7 +51,7 @@ public class MapSheetMngHstEntity extends CommonDateEntity {
private String mapSheetPath; private String mapSheetPath;
@Column(name = "ref_map_sheet_num") @Column(name = "ref_map_sheet_num")
private Long refMapSheetNum; private String refMapSheetNum;
@Column(name = "created_uid") @Column(name = "created_uid")
private Long createdUid; private Long createdUid;