영상관리 수정

This commit is contained in:
Moon
2025-12-24 16:44:04 +09:00
parent 6b77637091
commit eea2933aa2
7 changed files with 211 additions and 121 deletions

View File

@@ -9,10 +9,10 @@ import lombok.Getter;
@Getter
@AllArgsConstructor
public enum MngStateType implements EnumType {
NOTYET("미처리"),
PROCESSING("진행중"),
DONE("싱크완"),
COMPLETE("작업완료");
NOTYET("동기화 시작"),
PROCESSING("데이터 체크"),
DONE("동기화작업종"),
TAKINGERROR("오류 데이터 처리중");
private final String desc;

View File

@@ -13,8 +13,7 @@ public enum SyncStateType implements EnumType {
NOFILE("파일없음"),
NOTPAIR("페어파일누락"),
DUPLICATE("파일중복"),
SIZEERROR("파일용량오류"),
TYPEERROR("파일형식오류"),
TYPEERROR("손상파일"),
DONE("완료");
private final String desc;