feat: add stock movement on backend

This commit is contained in:
2026-06-26 16:57:36 +03:00
parent 846844a1f0
commit 7b662bb618
6 changed files with 140 additions and 2 deletions
+1
View File
@@ -26,5 +26,6 @@ func InitDB() {
&models.CartItem{},
&models.Order{},
&models.OrderItem{},
&models.StockMovement{},
)
}