추론진행 퍼센트 오류 수정

This commit is contained in:
2026-01-27 13:17:19 +09:00
parent af25143cd5
commit efd6567024
4 changed files with 15 additions and 3 deletions

View File

@@ -196,6 +196,9 @@ public class MapSheetLearnEntity {
@Column(name = "uid", nullable = false)
private String uid = UUID.randomUUID().toString().replace("-", "").toUpperCase();
@Column(name = "total_jobs")
private Long totalJobs;
public InferenceResultDto.ResultList toDto() {
return new InferenceResultDto.ResultList(
this.uuid,