committed by
GitHub
5 changed files with 66 additions and 2 deletions
@ -0,0 +1,10 @@ |
|||
using System; |
|||
using Volo.Abp.EventBus; |
|||
|
|||
namespace LINGYUN.Abp.BackgroundTasks.EventBus; |
|||
|
|||
[Serializable] |
|||
[EventName("abp.background-tasks.job.delete")] |
|||
public class JobDeleteEventData : JobEventData |
|||
{ |
|||
} |
|||
Loading…
Reference in new issue