exa_customer.go 130 Bytes EditWeb IDE 1 2 3 4 5 6 7 package response import "gin-vue-admin/model" type ExaCustomerResponse struct { Customer model.ExaCustomer `json:"customer"` }