mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-12-18 13:05:48 +08:00
9 lines
291 B
C#
9 lines
291 B
C#
using NetAdmin.Application.Services;
|
|
using NetAdmin.SysComponent.Application.Modules.Sys;
|
|
|
|
namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
|
|
|
/// <summary>
|
|
/// 站内信标记服务
|
|
/// </summary>
|
|
public interface ISiteMsgFlagService : IService, ISiteMsgFlagModule { } |