1
0
forked from erp-dev/erp

feat: product quick api and param create api

This commit is contained in:
2025-11-19 09:03:15 +08:00
parent 2efd11c019
commit 7f822b0064
20 changed files with 2284 additions and 42 deletions

View File

@@ -11,7 +11,7 @@ services:
ports:
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
- db_data:/var/lib/postgresql/data
restart: unless-stopped
redis:
@@ -24,5 +24,5 @@ services:
restart: unless-stopped
volumes:
postgres_data:
db_data:
redis_data: