추론 결과 조회 수정

This commit is contained in:
2026-01-22 12:26:40 +09:00
parent 7515da4541
commit 86c9a6b98d
2 changed files with 27 additions and 1 deletions

View File

@@ -151,7 +151,7 @@ public class MapSheetAnalDataInferenceGeomEntity {
private ZonedDateTime fileCreatedDttm;
@Column(name = "pass_yn")
private Boolean passYn;
private String passYn;
@Column(name = "pass_yn_dttm")
private ZonedDateTime passYnDttm;