학습데이터제작 > 작업현황 > 폴리곤 수 추가

This commit is contained in:
2026-02-27 22:52:45 +09:00
parent 8fb9f89c8f
commit 0692456b5b
2 changed files with 33 additions and 5 deletions

View File

@@ -219,6 +219,9 @@ public class WorkerStatsDto {
@Deprecated
@Schema(description = "[Deprecated] inspectionRemainingCount 사용 권장")
private Long remainingInspectCount;
@Schema(description = "파일 다운로드 가능한 폴리곤 수")
private Long downloadPolygonCnt;
}
@Getter