yl
2023-02-20 ce7c60fcec403e4e978e69db1a50aa58cdafcbda
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; }
    }
}