exa_customer.go 140 B

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