라벨링 툴 detail 에 상태 추가

This commit is contained in:
2026-01-21 15:38:24 +09:00
parent ea9d474104
commit 3553567f4f
6 changed files with 8 additions and 4 deletions

View File

@@ -326,6 +326,9 @@ public class TrainingDataLabelDto {
@Schema(description = "라벨링 툴에서 그린 폴리곤들 (여러 개 가능)")
private List<LearnDataGeometry> learnGeometries;
@Schema(description = "라벨 상태")
private String labelState;
}
@Schema(name = "ChangeDetectionInfo", description = "변화탐지정보")

View File

@@ -319,6 +319,9 @@ public class TrainingDataReviewDto {
@Schema(description = "검수 시 추가/수정한 폴리곤들 (여러 개 가능)")
private List<LearnDataGeometry> learnGeometries;
@Schema(description = "검수 상태")
private String inspectState;
}
@Schema(name = "ChangeDetectionInfo", description = "변화탐지정보")