All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arextest.schedule.eventbus.PlanAutoRerunEvent Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package com.arextest.schedule.eventbus;

import lombok.Data;

/**
 * @author wildeslam.
 * @create 2023/12/11 16:14
 */
@Data
public class PlanAutoRerunEvent {
  private String planId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy