This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user