调整目录结构

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
+1 -2
View File
@@ -1,5 +1,5 @@
import datetime
from applications.models import db, ma
from applications.extensions import db, ma
from marshmallow import fields
@@ -47,4 +47,3 @@ class PowerSchema2(ma.Schema): # 序列化类
create_time = fields.DateTime()
update_time = fields.DateTime()
enable = fields.Integer()