公告板
版本库
filestore
活动
搜索
登录
WMSPrjInstance
/
HH-0166_LuoYangDaYangCaiLiao
洛阳大洋原材料
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
大洋原材料库业务开发
lss
2025-05-15
dc5be5ac7d2a5aae1618fe3d1d8a689d10fdc9dc
[WMSPrjInstance/HH-0166_LuoYangDaYangCaiLiao.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
}
}