Build Error Fix

This commit is contained in:
DanielLee
2026-01-02 21:07:14 +09:00
parent f742aa91a4
commit 3a458225c9
4 changed files with 43 additions and 203 deletions

View File

@@ -42,8 +42,10 @@ public class LabelAllocateDto {
@Getter
@AllArgsConstructor
public enum LabelState implements EnumType {
WAIT("대기"),
ASSIGNED("배정"),
SKIP("스킵"),
DONE("완료"),
COMPLETE("완료");
private String desc;