국유인 어제완료된 라벨전송, 전송완료된 리스트 기능 추가

This commit is contained in:
2026-01-30 17:32:39 +09:00
parent 5ff72f927c
commit 21f922a5f4
10 changed files with 226 additions and 33 deletions

View File

@@ -156,6 +156,9 @@ public class MapSheetAnalDataInferenceGeomEntity {
@JoinColumn(name = "map_5k_id", referencedColumnName = "fid")
private MapInkx5kEntity map5k;
@Column(name = "label_send_dttm")
private ZonedDateTime labelSendDttm;
public InferenceDetailDto.DetailListEntity toEntity() {
DetectionClassification classification = DetectionClassification.fromString(classBeforeCd);
Clazzes comparedClazz = new Clazzes(classification, classBeforeProb);