添加暂态事件id

This commit is contained in:
wr
2023-05-17 20:16:59 +08:00
parent c7b6d4022c
commit b4938a8345
7 changed files with 50 additions and 7 deletions

View File

@@ -50,4 +50,10 @@ public class EventVO implements Serializable {
*/
@ApiModelProperty("持续时间")
private String duration;
/**
* 暂态事件id
*/
@ApiModelProperty("暂态事件id")
private String eventId;
}