公告板
版本库
filestore
活动
搜索
登录
WMSPrjInstance
/
HH-0014_NongFu_QingXi
农夫青溪
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
清溪瓶坯翻斗机光栅信号缓存和 安全交互处理。1101-4
czw
9 天以前
92a558e9ebfdf05d2536aa6b3fa93b1bd7f08e30
[WMSPrjInstance/HH-0014_NongFu_QingXi.git]
/
HH.WCS.QingXiNongfu
/
packages
/
Microsoft.AspNet.WebApi.HelpPage.5.2.9
/
Content
/
Areas
/
HelpPage
/
SampleGeneration
/
SampleDirection.cs.pp
1
2
3
4
5
6
7
8
9
10
11
namespace $rootnamespace$.Areas.HelpPage
{
/// <summary>
/// Indicates whether the sample is used for request or response
/// </summary>
public enum SampleDirection
{
Request = 0,
Response
}
}