모델등록 수정

This commit is contained in:
2026-01-27 16:16:02 +09:00
parent 310bca36a0
commit dc0f968926
3 changed files with 52 additions and 4 deletions

View File

@@ -12,7 +12,8 @@ public enum FileUploadStatus implements EnumType {
INIT("초기화"),
UPLOADING("업로드중"),
DONE("업로드완료"),
MERGED("병합완료");
MERGED("병합완료"),
MERGE_FAIL("병합 실패");
private final String desc;