修正git管理关系
This commit is contained in:
6
inventory-backend/app/extensions.py
Normal file
6
inventory-backend/app/extensions.py
Normal file
@ -0,0 +1,6 @@
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
from flask_marshmallow import Marshmallow
|
||||
|
||||
# 初始化数据库和序列化工具
|
||||
db = SQLAlchemy()
|
||||
ma = Marshmallow()
|
||||
Reference in New Issue
Block a user