package response import "git.echol.cn/loser/lckt/model/example" type ExaCustomerResponse struct { Customer example.ExaCustomer `json:"customer"` }