Merge remote-tracking branch 'origin/feat/infer_dev_260107' into feat/infer_dev_260107

This commit is contained in:
DanielLee
2026-01-08 18:10:30 +09:00
34 changed files with 814 additions and 692 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")