feat: 移除PDI和订单号字段,新增设备巡检模块
- 从物料跟踪页面移除订单号列和表单字段 - 从导航菜单移除PDI管理,添加设备巡检 - 新增InspectionLocation和InspectionRecord后端模型和API - 新增设备巡检前端页面(左侧点位列表,右侧设备和历史记录)
This commit is contained in:
20
backend/requirements.txt
Normal file
20
backend/requirements.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
fastapi==0.111.0
|
||||
uvicorn[standard]==0.29.0
|
||||
sqlalchemy==2.0.30
|
||||
alembic==1.13.1
|
||||
asyncpg==0.29.0
|
||||
psycopg2-binary==2.9.9
|
||||
pydantic==2.7.1
|
||||
pydantic-settings==2.2.1
|
||||
python-dotenv==1.0.1
|
||||
python-jose[cryptography]==3.3.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
python-multipart==0.0.9
|
||||
aiofiles==23.2.1
|
||||
websockets==12.0
|
||||
schedule==1.2.1
|
||||
APScheduler==3.10.4
|
||||
redis==5.0.4
|
||||
aioredis==2.0.1
|
||||
httpx==0.27.0
|
||||
loguru==0.7.2
|
||||
Reference in New Issue
Block a user