모델별 데이터셋 목록 - G2,G3 dataTypeName 추가

This commit is contained in:
2026-02-12 09:52:24 +09:00
parent 878b21573f
commit 6a989255a3

View File

@@ -261,6 +261,7 @@ public class DatasetDto {
this.datasetId = datasetId;
this.uuid = uuid;
this.dataType = dataType;
this.dataTypeName = getDataTypeName(dataType);
this.title = title;
this.roundNo = roundNo;
this.compareYyyy = compareYyyy;