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

This commit is contained in:
DanielLee
2026-01-09 10:11:52 +09:00
26 changed files with 1443 additions and 52 deletions

View File

@@ -27,7 +27,8 @@ public class LabelAllocateDto {
LABEL_COMPLETE("라벨완료"),
INSPECT_REQ("검수요청"),
INSPECT_ING("검수진행중"),
INSPECT_COMPLETE("검수완료");
INSPECT_COMPLETE("검수완료"),
FINISH("종료");
private String desc;