영상관리 상태정의수정 및 작업완료 추가
This commit is contained in:
@@ -9,7 +9,9 @@ import lombok.Getter;
|
||||
public enum MngStateType implements EnumType {
|
||||
NOTYET("미처리"),
|
||||
PROCESSING("진행중"),
|
||||
DONE ("완료");
|
||||
DONE ("싱크완료"),
|
||||
COMPLETE("작업완료");
|
||||
|
||||
|
||||
private final String desc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user