分页查询添加

This commit is contained in:
zhangyiming
2020-12-01 16:40:52 +08:00
parent 7cf0756eb6
commit 081ac958c9
5 changed files with 67 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "check-ts",
"name": "backend-ts",
"version": "1.0.0",
"description": "",
"description": "API接口",
"main": "index.js",
"scripts": {
"build": "tsc",
@@ -9,7 +9,7 @@
"start": "nodemon ./dist/server.js",
"prod": "npm run build && npm run start"
},
"author": "Coral Ram",
"author": "team",
"license": "ISC",
"devDependencies": {
"nodemon": "^1.19.4",
@@ -27,4 +27,4 @@
"svg-captcha": "^1.4.0",
"winston": "^3.3.3"
}
}
}