using NetAdmin.Application.Services; using NetAdmin.SysComponent.Application.Modules.Sys; namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency; /// /// 站内信服务 /// public interface ISiteMsgService : IService, ISiteMsgModule;