修改EventDetail属性
This commit is contained in:
@@ -16,9 +16,6 @@ import java.time.Instant;
|
||||
@Measurement(name = "pqs_eventdetail")
|
||||
public class EventDetail {
|
||||
|
||||
@Column(name = "id")
|
||||
private String id;
|
||||
|
||||
@Column(name = "line_id")
|
||||
private String lineId;
|
||||
|
||||
@@ -82,4 +79,7 @@ public class EventDetail {
|
||||
@Column(name = "sagsource")
|
||||
private String sagSource;
|
||||
|
||||
@Column(name = "create_time")
|
||||
private String createTime;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user