# 在此处导入所有 ORM 模型,供 Alembic 自动检测 from app.models.user import User # noqa: F401 from app.models.client import Client # noqa: F401 from app.models.crm_business import ( # noqa: F401 CustomerLog, CustomerTag, FollowUpToDo, SalesOpportunity, )