[KC-103] 추론 실패 도엽별저장

[KC-99] 추론결과 geom 상세 uid 추가
This commit is contained in:
2026-01-15 19:54:26 +09:00
parent 9eebe4ac4b
commit c3d2a1557c
8 changed files with 101 additions and 2 deletions

View File

@@ -295,6 +295,7 @@ public class InferenceDetailDto {
public static class Geom {
UUID uuid;
String uid;
Integer compareYyyy;
Integer targetYyyy;
Double cdProb;
@@ -313,6 +314,7 @@ public class InferenceDetailDto {
public Geom(
UUID uuid,
String uid,
Integer compareYyyy,
Integer targetYyyy,
Double cdProb,
@@ -325,6 +327,7 @@ public class InferenceDetailDto {
String gemoStr,
String geomCenterStr) {
this.uuid = uuid;
this.uid = uid;
this.compareYyyy = compareYyyy;
this.targetYyyy = targetYyyy;
this.cdProb = cdProb;