Domain.go 98 B

123456
  1. package entity
  2. type Group struct {
  3. Name string `json:"Name"`
  4. Amount int `json:"Amount"`
  5. }