products_data

This commit is contained in:
CHIEFSOFT\ameye
2025-06-25 12:10:27 -04:00
parent a5f3fe6637
commit 5a8ca672b7
2 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -73,8 +73,8 @@ class Products(db.Model):
'id': self.id,
'uid': self.uid,
'product_id': self.product_id,
'productId': self.product_id,
'name': self.name,
'description' : self.description,
'status': self.status,
'added': self.added,
'updated': self.updated,