添加暂态事件id
This commit is contained in:
@@ -50,4 +50,10 @@ public class EventVO implements Serializable {
|
||||
*/
|
||||
@ApiModelProperty("持续时间")
|
||||
private String duration;
|
||||
|
||||
/**
|
||||
* 暂态事件id
|
||||
*/
|
||||
@ApiModelProperty("暂态事件id")
|
||||
private String eventId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user