using Yi.Framework.Infrastructure.Ddd.Services.Abstract; namespace Yi.Framework.Module.OperLogManager { /// /// OperationLog服务抽象 /// public interface IOperationLogService : ICrudAppService { } }