公告板
版本库
filestore
活动
搜索
登录
WMSPrjInstance
/
HH-0159_JuShiSiFenChang
巨石四分厂
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
主动绑定接口 rgv安全交互
zxx
2025-05-19
5dade6cab44c07ed17de2919e08da1ea502a32fd
[WMSPrjInstance/HH-0159_JuShiSiFenChang.git]
/
HH.WCS.Mobox3
/
packages
/
Microsoft.AspNet.WebApi.HelpPage.5.2.7
/
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
}
}