GwMetric 테이블 변경

This commit is contained in:
Rinjae
2025-12-17 17:03:14 +09:00
parent b7500a04a2
commit 3cabbd584b
@@ -58,6 +58,11 @@ public class ObpGwMetric {
@Comment("URI")
private String uri;
// HTTP 메서드 (GET, POST, PUT, DELETE 등)
@Column(length = 10, name = "method")
@Comment("HTTP 메서드 (GET, POST, PUT, DELETE 등)")
private String method;
// json : attemptedCount
@Column(name = "attempted_count")
@Comment("시도 횟수")