추론관리 목록 조회 수정
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user