Build Error Fix
This commit is contained in:
@@ -42,8 +42,10 @@ public class LabelAllocateDto {
|
||||
@Getter
|
||||
@AllArgsConstructor
|
||||
public enum LabelState implements EnumType {
|
||||
WAIT("대기"),
|
||||
ASSIGNED("배정"),
|
||||
SKIP("스킵"),
|
||||
DONE("완료"),
|
||||
COMPLETE("완료");
|
||||
|
||||
private String desc;
|
||||
|
||||
Reference in New Issue
Block a user