仪表盘
版本库
文件存储
活动
搜索
登录
main
/
FLTApi
福来泰API
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
订单下达获取工单语句修改,手工创建工单获取单号接口
yl
2023-03-29
af7cef297da2ac1937dbcf437c3a91b00658f6c2
[FLTApi.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; }
}
}