仪表盘
版本库
文件存储
活动
搜索
登录
main
/
DDMesApi
大岛项目Api
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
用户清单上传班组字段
yl
2023-03-21
635fc964ea4b1efbd8340040b50bffa2c9b84187
[DDMesApi.git]
/
VueWebApi
/
Areas
/
HelpPage
/
ModelDescriptions
/
ParameterAnnotation.cs
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; }
}
}