feat: 迭代

This commit is contained in:
2026-05-15 19:06:32 +08:00
parent 8c908ea557
commit 848df4c873
22 changed files with 1545 additions and 355 deletions
+2 -1
View File
@@ -51,7 +51,8 @@
"Bash(curl -X GET \"http://localhost:3000/api/admin/finance/reports/weekly\" -H \"Content-Type: application/json\")",
"Bash(xargs grep -l \"room\" -i)",
"Bash(mysql -h localhost -u root -p123456 -D rent -e \"DESCRIBE user_coupons;\")",
"Bash(docker exec *)"
"Bash(docker exec *)",
"Bash(mysql -h localhost -P 3306 -u root -pquan131735 rent_platform -e \"DESC guests;\")"
]
}
}