Initial commit

This commit is contained in:
DingZQ
2025-10-26 08:54:35 +08:00
commit ae6510ac37
679 changed files with 3963666 additions and 0 deletions

9
startfastapiserver.bat Normal file
View File

@@ -0,0 +1,9 @@
REM f:
REM cd "f:\DEV\GitHub\TJWaterServer"
git pull
REM call startpg.bat
cd C:\SourceCode\Server
REM uvicorn main:app --host 0.0.0.0 --port 80 --reload
uvicorn main:app --host 0.0.0.0 --port 80