first commit
This commit is contained in:
6
models/__init__.py
Normal file
6
models/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""SQLAlchemy ORM 模型包
|
||||
|
||||
存放项目中使用到的SQLAlchemy模型。当前主要通过运行时创建与查询,
|
||||
如需持久化ORM模型可在此处新增。
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user