首次提交

This commit is contained in:
zwf
2026-06-02 16:26:10 +08:00
commit 291e6fcaae
79 changed files with 11283 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
from paste.rbac.rbac_models import RbacItemChildModel
class RbacItemChild(RbacItemChildModel):
"""
授权项目关系。
"""
pass