fix(修复模型名)

This commit is contained in:
zhengxinonly
2022-03-11 21:26:36 +08:00
parent 5333a68416
commit 1e34ef339a
18 changed files with 110 additions and 110 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
from .file import PhotoModels
from .rights import RightModels, RoleModels
from .file import PhotoModel
from .rights import RightModel, RoleModel
from .system import LogModel
from .users import UserModels, DepartmentModels
from .users import UserModel, DepartmentModel