Class SysAttributeChangeEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
cn.herodotus.engine.message.core.definition.event.AbstractApplicationEvent<SysAttribute>
cn.herodotus.engine.supplier.upms.logic.domain.event.SysAttributeChangeEvent
All Implemented Interfaces:
Serializable

public class SysAttributeChangeEvent extends AbstractApplicationEvent<SysAttribute>

Description: SysSecurityAttribute实体数据变更事件

Author:
: gengwei.zheng
See Also:
Date:
: 2021/8/4 22:18
  • Constructor Details

    • SysAttributeChangeEvent

      public SysAttributeChangeEvent(SysAttribute data)
    • SysAttributeChangeEvent

      public SysAttributeChangeEvent(SysAttribute data, Clock clock)