[KC-151] 재할당 이전 로직으로 수정

This commit is contained in:
2026-01-08 18:08:09 +09:00
parent be69fe274d
commit 8e8c09f2f6
5 changed files with 48 additions and 53 deletions

View File

@@ -49,8 +49,7 @@ public class LabelAllocateDto {
WAIT("대기"),
ASSIGNED("배정"),
SKIP("스킵"),
DONE("완료"),
COMPLETE("완료");
DONE("완료");
private String desc;
@@ -202,8 +201,6 @@ public class LabelAllocateDto {
private Integer stage;
private ZonedDateTime gukyuinDttm;
private Long count;
private Long labelCnt;
private Long inspectorCnt;
}
@Getter
@@ -235,10 +232,10 @@ public class LabelAllocateDto {
@Schema(
description = "이관할 라벨러",
example = """
[
"87654321"
]
""")
[
"87654321"
]
""")
private List<String> labelers;
@Schema(description = "회차 마스터 key", example = "f97dc186-e6d3-4645-9737-3173dde8dc64")