Files
servicebase/pkg/dto/RevenueExchangeConfigDTO.go
2025-11-19 14:24:13 +08:00

7 lines
92 B
Go

package dto
type RevenueExchangeConfigDTO struct {
FromAmount string
ToAmount string
}