모델등록 수정
This commit is contained in:
@@ -12,7 +12,8 @@ public enum FileUploadStatus implements EnumType {
|
||||
INIT("초기화"),
|
||||
UPLOADING("업로드중"),
|
||||
DONE("업로드완료"),
|
||||
MERGED("병합완료");
|
||||
MERGED("병합완료"),
|
||||
MERGE_FAIL("병합 실패");
|
||||
|
||||
private final String desc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user