라벨링 툴 detail 에 상태값 명칭 수정
This commit is contained in:
@@ -591,7 +591,7 @@ public class TrainingDataLabelRepositoryImpl extends QuerydslRepositorySupport
|
||||
.afterCogUrl(afterCogUrl)
|
||||
.mapBox(mapBbox)
|
||||
.learnGeometries(learnDataList) // learnGeometry -> learnGeometries
|
||||
.labelState(assignment.toDto().getWorkState())
|
||||
.workState(assignment.toDto().getWorkState())
|
||||
.build();
|
||||
|
||||
} catch (Exception e) {
|
||||
|
||||
@@ -328,7 +328,7 @@ public class TrainingDataLabelDto {
|
||||
private List<LearnDataGeometry> learnGeometries;
|
||||
|
||||
@Schema(description = "라벨 상태")
|
||||
private String labelState;
|
||||
private String workState;
|
||||
}
|
||||
|
||||
@Schema(name = "ChangeDetectionInfo", description = "변화탐지정보")
|
||||
|
||||
Reference in New Issue
Block a user