core/crm-core/internal/domain/deals/money.go
2025-12-27 14:32:00 -03:00

6 lines
74 B
Go

package deals
type Money struct {
ValueCents int64
Currency string
}