mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-01 05:56:35 +08:00
15 lines
238 B
C#
15 lines
238 B
C#
|
|
using System;
|
|||
|
|
|
|||
|
|
namespace Serein.Proto.WebSocket.Handle
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// 表示参数不能为空(Net462不能使用NutNull的情况)
|
|||
|
|
/// </summary>
|
|||
|
|
public sealed class NeedfulAttribute : Attribute
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
}
|