Merge commit '47296980495f8bbfc9493e93de85dd62de6fa6b9' as 'paste-framework'

This commit is contained in:
zwf
2026-06-02 19:09:22 +08:00
107 changed files with 21484 additions and 0 deletions
@@ -0,0 +1,8 @@
from paste.rbac.rbac_models import RbacItemChildModel
class RbacItemChild(RbacItemChildModel):
"""
授权项目关系。
"""
pass