mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
15 lines
244 B
C#
15 lines
244 B
C#
namespace Serein.Proto.WebSocket.Attributes
|
|
{
|
|
/// <summary>
|
|
/// 使用 MsgIdKey 整体数据
|
|
/// </summary>
|
|
[AttributeUsage(AttributeTargets.Parameter)]
|
|
public sealed class UseMsgIdAttribute : Attribute
|
|
{
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|