add sale license to quota

This commit is contained in:
2025-07-13 10:29:52 +03:30
parent 24e3d6b155
commit 2c0e55a616
7 changed files with 43 additions and 3 deletions

View File

@@ -308,6 +308,7 @@ class Quota(BaseModel):
null=True
)
month_choices = ArrayField(base_field=models.IntegerField(), null=True)
sale_license = ArrayField(base_field=models.IntegerField(), null=True)
group = models.CharField(
max_length=50,
choices=[("rural", "روستایی"), ("industrial", "صنعتی"), ("nomadic", "عشایری")] # noqa