추론결과 국유In 등록 벨리데이션 체크 수정

This commit is contained in:
2026-02-02 17:15:57 +09:00
parent 6e9b4196b8
commit cf4f79f7ca
5 changed files with 14 additions and 20 deletions

View File

@@ -534,6 +534,10 @@ public class InferenceDetailDto {
throw new RuntimeException(e);
}
}
public Boolean getApplyYn() {
return this.applyYn != null && this.applyYn;
}
}
@Getter