영상파일 관리 파일상세 엔티티추가
This commit is contained in:
@@ -45,9 +45,10 @@ public class MapSheetMngFileEntity {
|
|||||||
@Column(name = "file_ext", length = 20)
|
@Column(name = "file_ext", length = 20)
|
||||||
private String fileExt;
|
private String fileExt;
|
||||||
|
|
||||||
@Column(name = "mng_uid")
|
|
||||||
private Long mngUid;
|
|
||||||
|
|
||||||
@Column(name = "hst_uid")
|
@Column(name = "hst_uid")
|
||||||
private Long hstUid;
|
private Long hstUid;
|
||||||
|
|
||||||
|
@Column(name = "file_size")
|
||||||
|
private Long fileSize;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user