yl
2022-07-16 4545b915123fb7b7535b697f6e82b12f525f8b71
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; }
    }
}