feat: 商家子客服 merchant_ops 模块与专用 API
This commit is contained in:
7
merchant_ops/apps.py
Normal file
7
merchant_ops/apps.py
Normal 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 = '商家子客服'
|
||||
Reference in New Issue
Block a user