Files

111 lines
4.0 KiB
Plaintext
Raw Permalink Normal View History

src/main.py
src/api/aluminum_price_routes.py
src/api/auth_routes.py
src/api/routes.py
src/api/__init__.py
src/api/inventory/customer_routes.py
src/api/inventory/dashboard_routes.py
src/api/inventory/finance_routes.py
src/api/inventory/inventory_routes.py
src/api/inventory/material_routes.py
src/api/inventory/product_routes.py
src/api/inventory/purchase_order_routes.py
src/api/inventory/sales_order_routes.py
src/api/inventory/stock_movement_routes.py
src/api/inventory/supplier_routes.py
src/api/inventory/utils.py
src/api/inventory/warehouse_routes.py
src/api/inventory/__init__.py
src/api/inventory/schemas/common_schemas.py
src/api/inventory/schemas/customer_schemas.py
src/api/inventory/schemas/finance_schemas.py
src/api/inventory/schemas/inventory_schemas.py
src/api/inventory/schemas/material_schemas.py
src/api/inventory/schemas/product_schemas.py
src/api/inventory/schemas/purchase_order_schemas.py
src/api/inventory/schemas/sales_order_schemas.py
src/api/inventory/schemas/stock_movement_schemas.py
src/api/inventory/schemas/supplier_schemas.py
src/api/inventory/schemas/warehouse_schemas.py
src/api/inventory/schemas/__init__.py
src/api/inventory/__pycache__/__init__.cpython-312.pyc
src/api/v1/advanced_router.py
src/api/v1/cam_router.py
src/api/v1/debug_router.py
src/api/v1/health_router.py
src/api/v1/history_router.py
src/api/v1/task_router.py
src/api/v1/upload_router.py
src/api/v1/__init__.py
src/api/v1/__pycache__/advanced_router.cpython-312.pyc
src/api/v1/__pycache__/upload_router.cpython-312.pyc
src/api/v1/__pycache__/__init__.cpython-312.pyc
src/api/__pycache__/aluminum_price_routes.cpython-312.pyc
src/api/__pycache__/routes.cpython-312.pyc
src/api/__pycache__/__init__.cpython-312.pyc
src/core/ai_mold_assistant.py
src/core/ai_parting_detector.py
src/core/aluminum_foam_mold.py
src/core/cad_exporter.py
src/core/cavity_layout_optimizer.py
src/core/geometry_analyzer.py
src/core/mesh_generator.py
src/core/mold_cam.py
src/core/mold_generator.py
src/core/mold_machining.py
src/core/mold_quality_inspector.py
src/core/mold_system_designer.py
src/core/multi_scheme_planner.py
src/core/parting_candidate_generator.py
src/core/parting_scheme_scorer.py
src/core/side_action_designer.py
src/core/stp_parser.py
src/core/__init__.py
src/core/__pycache__/ai_parting_detector.cpython-312.pyc
src/core/__pycache__/aluminum_foam_mold.cpython-312.pyc
src/core/__pycache__/base_mold_generator.cpython-312.pyc
src/core/__pycache__/cad_exporter.cpython-312.pyc
src/core/__pycache__/mold_generator.cpython-312.pyc
src/core/__pycache__/multi_scheme_planner.cpython-312.pyc
src/core/__pycache__/side_action_designer.cpython-312.pyc
src/core/__pycache__/stp_parser.cpython-312.pyc
src/core/__pycache__/__init__.cpython-312.pyc
src/database/database.py
src/database/migrate_db.py
src/database/__init__.py
src/database/__pycache__/database.cpython-312.pyc
src/database/__pycache__/__init__.cpython-312.pyc
src/models/database.py
src/models/schemas.py
src/models/__pycache__/schemas.cpython-312.pyc
src/scripts/create_admin.py
src/services/aluminum_price_service.py
src/services/auth_service.py
src/services/calculation_service.py
src/services/cam_bundle_service.py
src/services/llm_service.py
src/services/material_service.py
src/services/processing_service.py
src/services/redis_task_manager.py
src/services/storage_integration.py
src/services/storage_integration_rustfs.py
src/services/storage_service.py
src/services/task_query_service.py
src/services/verification_service.py
src/services/__init__.py
src/services/__pycache__/aluminum_price_service.cpython-312.pyc
src/services/__pycache__/processing_service.cpython-312.pyc
src/services/__pycache__/verification_service.cpython-312.pyc
src/services/__pycache__/__init__.cpython-312.pyc
src/storage/init_storage.py
src/storage/object_storage.py
src/storage/rustfs_storage.py
src/storage/__init__.py
src/utils/file_handler.py
src/utils/logger.py
src/utils/__init__.py
src/utils/__pycache__/html_generator.cpython-312.pyc
src/utils/__pycache__/logger.cpython-312.pyc
src/utils/__pycache__/__init__.cpython-312.pyc
src/__pycache__/main.cpython-312.pyc