仪表盘
版本库
文件存储
活动
搜索
登录
main
/
LKApi
莱科Api
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
存货档案、工艺路线(新增、编辑、删除、关联工艺路线)
yl
2022-06-23
ece3372b4f7500483092a90f2a1e40f3586f6f1b
[LKApi.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; }
}
}