mysql_struct_shop_currency.go 159 B

123456789
  1. package utils
  2. type MySql_shop_currency struct {
  3. A_id int
  4. A_name string
  5. A_coefficient float64
  6. A_code string
  7. A_symbol string
  8. }