feat(jituan): 集团多俱乐部改造 — club 隔离、财务/提现/分红/展示配置

This commit is contained in:
XingQue
2026-06-24 05:02:18 +08:00
parent ce9b09f096
commit dcc4936428
82 changed files with 5748 additions and 924 deletions

7
jituan/apps.py Normal file
View File

@@ -0,0 +1,7 @@
from django.apps import AppConfig
class JituanConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'jituan'
verbose_name = '集团多俱乐部'