[KC-151] 재할당 이전 로직으로 수정
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user