Class DomainDeleteEvent

java.lang.Object
com.codingapi.springboot.framework.domain.event.DomainEvent
com.codingapi.springboot.framework.domain.event.DomainDeleteEvent
All Implemented Interfaces:
IEvent

public class DomainDeleteEvent extends DomainEvent
实体删除事件
  • Constructor Details

    • DomainDeleteEvent

      public DomainDeleteEvent(Object entity)