仪表盘
版本库
文件存储
活动
搜索
登录
main
/
ZQHApi
正清河MesApi
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1.app生产进度看板接口开发 2.app工序检验接口开发 3.存货档案基础资料查询接口开发 4.PC工序检验接口调整
yl
2023-05-22
ee546e514efa0951bd5b309e2d54dbe53a488c74
[ZQHApi.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; }
}
}