using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace MyCode.Project.WebApi.SwaggerExtensions { /// /// 上传属性,用于标识接口是否包含上传信息参数 /// public class UploadAttribute:Attribute { } }