feat: 前端对接后端增删查改接口

This commit is contained in:
2026-04-17 14:41:21 +08:00
parent 5d4bf761b8
commit 61e9b87e98
20 changed files with 2022 additions and 27 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
"Bash(sed -i 's/models\\\\./model\\\\./g' internal/handler/*.go)",
"Bash(sed -i 's/models\\\\./model\\\\./g' cmd/server/main.go)",
"Bash(go test:*)",
"Bash(swag init:*)"
"Bash(swag init:*)",
"Bash(npm run *)"
]
}
}