추론관리 목록 조회 수정

This commit is contained in:
2026-01-14 18:16:35 +09:00
parent 5b19924a06
commit 993a06243c
2 changed files with 65 additions and 11 deletions

View File

@@ -190,13 +190,15 @@ public class MapSheetLearnEntity {
return new InferenceResultDto.ResultList(
this.uuid,
this.title,
this.stage,
this.status,
this.mapSheetCnt,
this.detectingCnt,
this.inferStartDttm,
this.inferEndDttm,
this.elapsedTime,
this.applyYn,
this.applyDttm);
this.applyDttm,
this.compareYyyy,
this.targetYyyy);
}
}