fix:brapi-java服务初次提交

This commit is contained in:
彭帅
2026-05-21 16:54:21 +08:00
parent 8e4418e9d6
commit fc36bc83e3
724 changed files with 590010 additions and 2 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

15
docs/test.md Normal file
View File

@@ -0,0 +1,15 @@
sqlacodegen postgresql+psycopg2://postgres:postgres@localhost:5432/postgres --outfile app/models_reflect.py
psql -U postgres -d postgres
pg_dump -h 127.0.0.1 -U postgres postgres> backup.sql
pg_dump -h 127.0.0.1 -U postgres postgres > D:\database_backup