公告板
版本库
filestore
活动
搜索
登录
WMSPrjInstance
/
HH-0014_NongFu_QingXi
农夫青溪
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
qx
czw
2025-06-18
9862f9e1237c3d360cb4fb5547d8b11e33578d39
[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
}
}