fix --> sync livestocks with table ExcelLivestocks
This commit is contained in:
@@ -110,6 +110,7 @@ class ExcelLiveStocks(BaseModel):
|
||||
birthdate = models.CharField(max_length=150, null=True)
|
||||
gender = models.CharField(max_length=150, null=True)
|
||||
agent_code = models.CharField(max_length=150, null=True)
|
||||
sync_status = models.CharField(max_length=50, null=True)
|
||||
|
||||
|
||||
class TemporaryLiveStock(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user