feat/training_260202 #41

Merged
gina merged 2 commits from feat/training_260202 into develop 2026-02-12 09:53:02 +09:00
Showing only changes of commit 6a989255a3 - Show all commits

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;