File Management API Upload ALL Success
This commit is contained in:
@@ -28,10 +28,10 @@ public class MapSheetMngFileEntity {
|
||||
|
||||
@NotNull
|
||||
@Column(name = "map_sheet_num", nullable = false)
|
||||
private Integer mapSheetNum;
|
||||
private String mapSheetNum;
|
||||
|
||||
@Column(name = "ref_map_sheet_num")
|
||||
private Integer refMapSheetNum;
|
||||
private String refMapSheetNum;
|
||||
|
||||
@Size(max = 255)
|
||||
@Column(name = "file_path")
|
||||
@@ -45,9 +45,9 @@ public class MapSheetMngFileEntity {
|
||||
@Column(name = "file_ext", length = 20)
|
||||
private String fileExt;
|
||||
|
||||
@Column(name = "mng_uid")
|
||||
private Long mngUid;
|
||||
// @Column(name = "mng_uid")
|
||||
// private Long mngUid;
|
||||
|
||||
@Column(name = "hst_uid")
|
||||
private Long hstUid;
|
||||
// @Column(name = "hst_uid")
|
||||
// private Long hstUid;
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@ public class MapSheetMngHstEntity extends CommonDateEntity {
|
||||
private String mapSheetPath;
|
||||
|
||||
@Column(name = "ref_map_sheet_num")
|
||||
private Long refMapSheetNum;
|
||||
private String refMapSheetNum;
|
||||
|
||||
@Column(name = "created_uid")
|
||||
private Long createdUid;
|
||||
|
||||
Reference in New Issue
Block a user