add - fix broker prive

This commit is contained in:
2025-11-09 14:57:18 +03:30
parent c0f289284f
commit cb3af7a778
3 changed files with 25 additions and 1 deletions

View File

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