chore: update generated media supply models
Backend CI / Backend (push) Failing after 8m36s

This commit is contained in:
2026-06-29 23:23:00 +08:00
parent 31811b07d4
commit c790829880
@@ -776,6 +776,9 @@ type MediaSupplyWalletLedger struct {
Note pgtype.Text `json:"note"` Note pgtype.Text `json:"note"`
CreatedBy pgtype.Int8 `json:"created_by"` CreatedBy pgtype.Int8 `json:"created_by"`
CreatedAt pgtype.Timestamptz `json:"created_at"` CreatedAt pgtype.Timestamptz `json:"created_at"`
SalesCents int64 `json:"sales_cents"`
CostCents int64 `json:"cost_cents"`
GrossProfitCents int64 `json:"gross_profit_cents"`
} }
type Plan struct { type Plan struct {