chore: build
Backend - Build & Lint / build (push) Successful in 32m46s
Frontend Admin - EAS Build / build (push) Successful in 1h34m15s

This commit is contained in:
Xor290
2026-09-13 13:19:08 +02:00
parent b6189ac787
commit f84dc153ec
12 changed files with 631 additions and 52 deletions
+1
View File
@@ -19,6 +19,7 @@ type commandItemFull struct {
Prix float64 `gorm:"column:prix"`
IsReward bool `gorm:"column:is_reward"`
RewardPoolKey string `gorm:"column:reward_pool_key"`
PromoDiscount float64 `gorm:"column:promo_discount"`
ClientUsername string `gorm:"column:client_username"`
ClientNom string `gorm:"column:client_nom"`
ClientPrenom string `gorm:"column:client_prenom"`