exa_customer.go 133 B

1234567
  1. package response
  2. import "server/model/example"
  3. type ExaCustomerResponse struct {
  4. Customer example.ExaCustomer `json:"customer"`
  5. }