仪表盘
版本库
文件存储
活动
搜索
登录
main
/
LKApi
莱科Api
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
工艺路线删除接口修改
yl
2022-11-21
74533e7059e2ed6b4f9623ec1fdec6766a535f7d
[LKApi.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; }
}
}