This commit is contained in:
2025-11-10 17:17:21 +08:00
parent bb877b9a7d
commit 9aa041c479
8 changed files with 16 additions and 14 deletions

View File

@ -32,9 +32,9 @@ public class TsEvent implements Serializable {
@Schema(description = "事件回调")
private String callback;
@Schema(description = "开始时间")
private LocalDateTime startTime;
private Long startTime;
@Schema(description = "结束时间")
private LocalDateTime endTime;
private Long endTime;
@Schema(description = "其他参数")
private String detail;
@Schema(description = "创建时间")