enum 한글명 수정 동기화 작업 종료
This commit is contained in:
@@ -11,7 +11,7 @@ import lombok.Getter;
|
|||||||
public enum MngStateType implements EnumType {
|
public enum MngStateType implements EnumType {
|
||||||
NOTYET("동기화 시작"),
|
NOTYET("동기화 시작"),
|
||||||
PROCESSING("데이터 체크"),
|
PROCESSING("데이터 체크"),
|
||||||
DONE("동기화작업종료"),
|
DONE("동기화 작업 종료"),
|
||||||
TAKINGERROR("오류 데이터 처리중");
|
TAKINGERROR("오류 데이터 처리중");
|
||||||
|
|
||||||
private final String desc;
|
private final String desc;
|
||||||
|
|||||||
Reference in New Issue
Block a user