Class DomainCreateEvent

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

public class DomainCreateEvent extends DomainEvent
实体创建事件
  • Constructor Details

    • DomainCreateEvent

      public DomainCreateEvent(Object entity)