mini-rbac/backend/schemas/__init__.py
2022-09-12 15:22:08 +08:00

5 lines
110 B
Python

from schemas.common import *
from schemas.menu import *
from schemas.role import *
from schemas.user import *