公告板
版本库
filestore
活动
搜索
登录
WMSPrjInstance
/
HH-0014_NongFu_QingXi
农夫青溪
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://121.37.118.194:8000/r/WMSPrjInstance/HH-001...
pulg
2025-07-02
8953f14db850deaf66782197a5d2bff35fe41e1a
[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
}
}