[KC-103] 추론 실패 도엽별저장
[KC-99] 추론결과 geom 상세 uid 추가
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user