feat: add list of currencies
This commit is contained in:
@@ -7,7 +7,7 @@ type Currency struct {
|
||||
PsIDCurrency uint `json:"ps_id_currency"`
|
||||
IsDefault bool `json:"is_default"`
|
||||
IsActive bool `json:"is_active"`
|
||||
ConversionRate *float64 `json:"conversion_rate,omitempty"`
|
||||
ConversionRate *float64 `json:"conversion_rate,omitempty" gorm:"column:conversion_rate"`
|
||||
}
|
||||
|
||||
func (Currency) TableName() string {
|
||||
|
||||
Reference in New Issue
Block a user