대시보드
저장소
filestore
액티비티
검색
로그인
~jhpark
/
owl-kisa
OWL ITS + 탐지시스템(인터넷 진흥원)
요약
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
미완료 하위이슈 / 전체 하위이슈 수정 완료
이민희
2021-12-07
123374115c47cf25489e1ab3e1faa7ae79b7f493
[~jhpark/owl-kisa.git]
/
src
/
main
/
java
/
kr
/
wisestone
/
owl
/
domain
/
enumType
/
FileType.java
1
2
3
4
5
6
7
8
9
10
11
package kr.wisestone.owl.domain.enumType;
/**
* Created by wisestone on 2018-10-11.
*/
public enum FileType {
IMAGE, // 이미지
MEDIA, // 미디어
DOC, // 문서
ETC // 기타
}