package com.artfess.rescue.event.manager;

import com.artfess.rescue.event.model.BizEventDispatch;
import com.artfess.base.manager.BaseManager;

/**
 * 事件派遣信息 服务类
 *
 * @company 阿特菲斯信息技术有限公司
 * @author 系统管理员
 * @since 2024-11-30
 */
public interface BizEventDispatchManager extends BaseManager<BizEventDispatch> {

}
