mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-06-20 02:38:15 +08:00
14 lines
399 B
C#
14 lines
399 B
C#
using NetAdmin.SysComponent.Domain.Dto.Sys.SiteMsgFlag;
|
|
|
|
namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
|
|
|
/// <summary>
|
|
/// 站内信标记服务
|
|
/// </summary>
|
|
public interface ISiteMsgFlagService : IService, ISiteMsgFlagModule
|
|
{
|
|
/// <summary>
|
|
/// 设置用户站内信状态
|
|
/// </summary>
|
|
Task SetUserSiteMsgStatusAsync(SetUserSiteMsgStatusReq req);
|
|
} |