Refactor backend MVC (#2)

* docs(requirements.txt):升级fastapi、uvicorn版本

* refactor(user):重构用户router、service

* ref: role list api

* doc: 1

* refactor(backend): mvc ref
This commit is contained in:
zy7y
2022-10-04 18:19:26 +08:00
committed by GitHub
parent 60d07a477a
commit 547a4eeae6
29 changed files with 496 additions and 551 deletions

View File

@@ -1,4 +1 @@
from schemas.common import *
from schemas.menu import *
from schemas.role import *
from schemas.user import *