tenant/.gitignore
yumoqing d8eea22b89 feat: tenant 多租户域名管理模块
- tenant_domain 表: domain → resellerid 映射, UNIQUE(domain)
- init.py: get_domain_by_host() 根据域名查找分销商
- index.ui: Tabular CRUD 管理界面
- load_path.py: RBAC 权限注册
2026-06-30 15:35:08 +08:00

10 lines
111 B
Plaintext

*.swp
__pycache__/
*.pyc
*.pyo
*.egg-info/
.DS_Store
# CRUD auto-generated directories
wwwroot/tenant_domain/