추론실행할때 회차 저장 제거
This commit is contained in:
@@ -419,6 +419,7 @@ public class InferenceDetailDto {
|
||||
private UUID m1ModelUuid;
|
||||
private UUID m2ModelUuid;
|
||||
private UUID m3ModelUuid;
|
||||
private String uid;
|
||||
}
|
||||
|
||||
@Schema(name = "AnalResultInfo", description = "추론결과 기본정보")
|
||||
|
||||
@@ -175,6 +175,9 @@ public class InferenceResultDto {
|
||||
@Schema(description = "기준년도")
|
||||
private Integer targetYyyy;
|
||||
|
||||
@Schema(description = "uid")
|
||||
private String uid;
|
||||
|
||||
@Schema(description = "상태명")
|
||||
@JsonProperty("statusName")
|
||||
public String statusName() {
|
||||
|
||||
Reference in New Issue
Block a user