add YYupload

This commit is contained in:
2020-02-18 06:37:48 +08:00
parent 62ffe47d25
commit 26753657b8
5 changed files with 116 additions and 10 deletions
+3 -1
View File
@@ -1,10 +1,12 @@
using Swashbuckle.AspNetCore.Annotations;
using System;
using Swashbuckle.AspNetCore.Annotations;
namespace YYApi.Attributes
{
/// <summary>
/// 快捷自定义接口文档类
/// </summary>
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Class)]
public class YYDocAttribute : SwaggerOperationAttribute
{
/// <summary>