This commit is contained in:
2025-11-10 11:01:45 +03:30
parent 66f8818679
commit be29ab8cfa
2 changed files with 4 additions and 3 deletions

View File

@@ -257,6 +257,7 @@ class Broker(BaseModel):
broker_type = models.CharField(choices=BROKER_TYPES, max_length=20, null=True)
fix_broker_price = models.PositiveBigIntegerField(default=0)
fix_broker_price_state = models.BooleanField(default=False)
suggested_broker_price = models.PositiveBigIntegerField(default=0)
required = models.BooleanField(default=False)
def __str__(self):