修改EventPushLogs

This commit is contained in:
陈超
2022-07-07 20:05:44 +08:00
parent ad1b3cf083
commit 04c8ad138f

View File

@@ -15,9 +15,6 @@ import java.time.Instant;
@Measurement(name = "pqs_event_push_logs") @Measurement(name = "pqs_event_push_logs")
public class EventPushLogs { public class EventPushLogs {
@Column(name = "id")
private String id;
@Column(name = "time") @Column(name = "time")
private Instant timeId; private Instant timeId;