init
This commit is contained in:
15
middleware/sqlUpdate.js
Normal file
15
middleware/sqlUpdate.js
Normal file
@@ -0,0 +1,15 @@
|
||||
const { querySql, op } = require("./baseModel");
|
||||
class SqlUpdate {
|
||||
async init() {
|
||||
// await this.initDb()
|
||||
}
|
||||
|
||||
|
||||
// 测试数据库专用用于 初始化db
|
||||
async initDb() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
const sqlUpdate = new SqlUpdate();
|
||||
module.exports = sqlUpdate;
|
||||
Reference in New Issue
Block a user