7 lines
92 B
Go
7 lines
92 B
Go
package dto
|
|
|
|
type RevenueExchangeConfigDTO struct {
|
|
FromAmount string
|
|
ToAmount string
|
|
}
|