관리자 관리 수정
This commit is contained in:
@@ -8,8 +8,8 @@ import lombok.Getter;
|
||||
@AllArgsConstructor
|
||||
public enum StatusType implements EnumType {
|
||||
ACTIVE("활성"),
|
||||
INACTIVE("비활성"),
|
||||
DELETED("삭제");
|
||||
INACTIVE("미사용"),
|
||||
PENDING("보류");
|
||||
|
||||
private final String desc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user