Sign in
canrd-main
/
canrd-erp-front
·
Files
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Blame view
src/constants/enum.ts
74 Bytes
Edit
Raw
Normal View
History
chore(master): init
ec6a6a85
calmound
authored
2 years ago
1 2 3 4
// 请求的正确/错误码
export enum RESPONSE_CODE {
SUCCESS = 0,
}