仪表盘
版本库
文件存储
活动
搜索
登录
main
/
JTAPI
金拓API
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
设备点检标准(查询、新增、编辑、删除、查看)接口开发
yl
2022-08-17
3e783ac35c550b1d823f11dacb029885a6c760fe
[JTAPI.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; }
}
}