요약정보 API 추가

This commit is contained in:
2025-11-24 17:52:09 +09:00
parent 7b0d82acd7
commit eb27462a69
7 changed files with 154 additions and 6 deletions

View File

@@ -52,7 +52,10 @@ public class MapSheetAnalEntity {
private ZonedDateTime analEndDttm;
@Column(name = "anal_sec")
private Integer analSs;
private Long analSec;
@Column(name = "anal_pred_sec")
private Long analPredSec;
@Size(max = 20)
@Column(name = "anal_state", length = 20)