exa_customer.go 130 B

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