HuanMengAdmin/admin-server/MiaoYu.Core.Swagger/Attributes/InSwaggerFormHideAttribute.cs
2024-07-19 02:05:38 +08:00

13 lines
254 B
C#

namespace MiaoYu.Core.Swagger.Attributes;
/// <summary>
/// 在 swagger 表单中 隐藏字段
/// </summary>
[AttributeUsage(AttributeTargets.Property, AllowMultiple = true, Inherited = true)]
public class InSwaggerFormHideAttribute : Attribute
{
}