分解models

This commit is contained in:
mkg
2021-04-27 11:58:21 +08:00
parent 3ea4edd117
commit 8f4054e576
30 changed files with 343 additions and 154 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ from flask_marshmallow import Marshmallow
from marshmallow import fields
from applications.models import db
from applications.models.admin import Power, Role
from applications.models.admin_power import Power
from applications.models.admin_role import Role
ma = Marshmallow()