|
|
@ -2,8 +2,14 @@ package org.dromara.business.api.domain.bo; |
|
|
|
|
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import java.io.Serial; |
|
|
|
import java.io.Serializable; |
|
|
|
|
|
|
|
@Data |
|
|
|
public class RemoteBusinessAlertBo { |
|
|
|
public class RemoteBusinessAlertBo implements Serializable { |
|
|
|
|
|
|
|
@Serial |
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|
|
|
|
/** |
|
|
|
* job任务id |
|
|
|