添加银行端后端接口

This commit is contained in:
2025-09-24 17:49:32 +08:00
parent b58ed724b0
commit 111ebaec84
95 changed files with 22115 additions and 4246 deletions

View File

@@ -0,0 +1,26 @@
{
"development": {
"username": "root",
"password": "aiotAiot123!",
"database": "ningxia_bank",
"host": "127.0.0.1",
"dialect": "mysql",
"port": 3306
},
"test": {
"username": "root",
"password": "aiotAiot123!",
"database": "ningxia_bank_test",
"host": "127.0.0.1",
"dialect": "mysql",
"port": 3306
},
"production": {
"username": "root",
"password": "aiotAiot123!",
"database": "ningxia_bank",
"host": "127.0.0.1",
"dialect": "mysql",
"port": 3306
}
}