Обновление структуры моделей интеграций

This commit is contained in:
2026-01-15 12:19:44 +03:00
parent a23d714128
commit 607c5ac8f4
2 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ class IntegrationType(models.TextChoices):
MARKETPLACE = 'marketplace', 'Маркетплейс'
PAYMENT = 'payment', 'Платёжная система'
SHIPPING = 'shipping', 'Служба доставки'
AI_SERVICE = 'ai_service', 'Сервис ИИ'
class BaseIntegration(models.Model):