yl
2022-11-01 4d7a9f0500cc976d34f8d68ec1d6b4a05c46a296
1
2
3
4
5
6
7
8
9
10
11
using System;
 
namespace VueWebApi.Areas.HelpPage.ModelDescriptions
{
    public class ParameterAnnotation
    {
        public Attribute AnnotationAttribute { get; set; }
 
        public string Documentation { get; set; }
    }
}