dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(unisoftiot): 新增设备和产品相关功能
KKSU
2024-11-15
2147ca2f66dd5ff83db5080988f4832bd10ac213
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
unisoftiot
/
enums
/
HttpMethod.java
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.unisoftiot.enums;
public enum HttpMethod {
POST,
GET,
PUT,
DELETE,
INVALID
}