仪表盘
版本库
文件存储
活动
搜索
登录
main
/
DDMesApi
大岛项目Api
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
基础资料问题优化
yl
2022-06-21
f7fdf63c13241dfa7d66a3315fd54429670e24bf
[DDMesApi.git]
/
packages
/
Microsoft.AspNet.WebApi.HelpPage.5.2.7
/
Content
/
Areas
/
HelpPage
/
ModelDescriptions
/
ParameterAnnotation.cs.pp
1
2
3
4
5
6
7
8
9
10
11
using System;
namespace $rootnamespace$.Areas.HelpPage.ModelDescriptions
{
public class ParameterAnnotation
{
public Attribute AnnotationAttribute { get; set; }
public string Documentation { get; set; }
}
}