gw metric
This commit is contained in:
@@ -4,7 +4,6 @@ import com.eactive.eai.data.converter.LocalDateTimeToStringConverter17;
|
|||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.EqualsAndHashCode;
|
import lombok.EqualsAndHashCode;
|
||||||
import org.hibernate.annotations.Comment;
|
import org.hibernate.annotations.Comment;
|
||||||
import org.hibernate.annotations.CreationTimestamp;
|
|
||||||
import org.hibernate.annotations.GenericGenerator;
|
import org.hibernate.annotations.GenericGenerator;
|
||||||
import org.hibernate.annotations.Parameter;
|
import org.hibernate.annotations.Parameter;
|
||||||
|
|
||||||
@@ -46,8 +45,7 @@ public class ObpGwMetric {
|
|||||||
// json : timeslice
|
// json : timeslice
|
||||||
@Column(length = 17, name = "timeslice")
|
@Column(length = 17, name = "timeslice")
|
||||||
@Convert(converter = LocalDateTimeToStringConverter17.class)
|
@Convert(converter = LocalDateTimeToStringConverter17.class)
|
||||||
@CreationTimestamp
|
@Comment("타임슬라이스 (yyyyMMddHH0000000)")
|
||||||
@Comment("타임슬라이스")
|
|
||||||
private LocalDateTime timeslice;
|
private LocalDateTime timeslice;
|
||||||
|
|
||||||
// json : apiName
|
// json : apiName
|
||||||
@@ -94,8 +92,8 @@ public class ObpGwMetric {
|
|||||||
|
|
||||||
// eapim ID
|
// eapim ID
|
||||||
// json : apiIdByEapim
|
// json : apiIdByEapim
|
||||||
@Column(length = 36, name = "api_id")
|
@Column(length = 40, name = "api_id")
|
||||||
@Comment("API ID(EAPIM)")
|
@Comment("API ID(EAPIM) - EAISVCNAME 최대 40자")
|
||||||
private String apiId;
|
private String apiId;
|
||||||
|
|
||||||
// json : appIdByEapim
|
// json : appIdByEapim
|
||||||
|
|||||||
Reference in New Issue
Block a user