后端搭建起来

This commit is contained in:
aixianling
2022-12-30 16:03:32 +08:00
parent cf5f60a049
commit b8ac23dcfd
8 changed files with 85 additions and 38 deletions

View File

@@ -13,7 +13,8 @@
"license": "ISC",
"dependencies": {
"egg": "^3.9.2",
"egg-mysql": "^3.3.0"
"egg-mysql": "^3.3.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"egg-bin": "^5.9.0"