package response import "gin-vue-admin/model/example" type ExaCustomerResponse struct { Customer example.ExaCustomer `json:"customer"` }