feat: 商家子客服 merchant_ops 模块与专用 API

This commit is contained in:
XingQue
2026-06-20 02:19:39 +08:00
parent e233ee4bea
commit 0cf5341d73
25 changed files with 2091 additions and 7 deletions

7
merchant_ops/apps.py Normal file
View File

@@ -0,0 +1,7 @@
from django.apps import AppConfig
class MerchantOpsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'merchant_ops'
verbose_name = '商家子客服'