package com.jty.wsxt.infrastructure; /** * 领域事件超级父类 * * @author manjiajie * @since 2019-6-10 21:03:40 */ public interface DomainEvent { }