Review Detail 라벨러이름 추가

This commit is contained in:
DanielLee
2026-01-19 11:43:08 +09:00
parent 69cdf1d473
commit ade310b8e5
2 changed files with 23 additions and 0 deletions

View File

@@ -340,6 +340,9 @@ public class TrainingDataReviewDto {
@Schema(description = "도엽번호 (map_sheet_num)", example = "34602057")
private Long mapSheetNum;
@Schema(description = "라벨러 성명 (기존 작업자)", example = "홍길동")
private String workerName;
}
@Schema(name = "ClassificationInfo", description = "분류정보")