Files
dababase-etl-python/models/__init__.py
2026-03-04 12:17:52 +08:00

7 lines
172 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
"""SQLAlchemy ORM 模型包
存放项目中使用到的SQLAlchemy模型。当前主要通过运行时创建与查询
如需持久化ORM模型可在此处新增。
"""