仪表盘
版本库
文件存储
活动
搜索
登录
况洋洋
/
LW_MesService
龙巍PC后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
加调用
cnf
2025-08-30
d82de9beedf9a92782237f10e5561c4be46797a4
[~kyy/LW_MesService.git]
/
WebApi
/
Gs.Toolbox
/
ApiCore
/
Common
/
Mvc
/
RequestMethods.cs
1
2
3
4
5
6
7
namespace Gs.Toolbox.ApiCore.Common.Mvc;
public enum RequestMethods
{
GET,
POST
}