Files
backend-v1/core/apps/evaluation/choices/bonus.py
Shaxobff feecb580c1 update
2026-05-01 16:54:38 +05:00

9 lines
285 B
Python

from django.db import models
from django.utils.translation import gettext_lazy as _
class EvaluationCategory(models.TextChoices):
AUTO = "auto_transport", _("Avtotransport")
REAL_ESTATE = "real estate", _("ko'chmas mulk")
EQUIPMENT = "equipment", _("uskuna va jihozlar")