using System.Threading.Tasks; using Volo.Abp.Domain.Entities.Events.Distributed; using Volo.Abp.EventBus; using Win_in.Sfs.Scp.WebApi; namespace Win_in.Sfs.Scp.v1.Event { public class ReceiptEventHandler:ILocalEventHandler> { public Task HandleEventAsync(EntityCreatedEto eventData) { throw new System.NotImplementedException(); //TODO 新增 TB_RECEIPT 或 TB_REJECT } } }