调整目录结构

This commit is contained in:
zhengxinonly
2021-06-12 21:20:13 +08:00
parent 48633729fb
commit d9a5bcb0de
590 changed files with 1072 additions and 1160 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
from applications.models import db
from applications.extensions import db
# 创建中间表
user_role = db.Table(
"admin_user_role", # 中间表名称