영상관리 상태정의수정 및 작업완료 추가

This commit is contained in:
Moon
2025-12-17 15:27:38 +09:00
parent b02b6c0388
commit b5068ff9bd
7 changed files with 162 additions and 22 deletions

View File

@@ -9,7 +9,9 @@ import lombok.Getter;
public enum MngStateType implements EnumType {
NOTYET("미처리"),
PROCESSING("진행중"),
DONE ("완료");
DONE ("싱크완료"),
COMPLETE("작업완료");
private final String desc;