gin-vue-admin/server/model/example/response/exa_customer.go

8 lines
196 B
Go

package response
import "github.com/flipped-aurora/gin-vue-admin/server/model/example"
type ExaCustomerResponse struct {
Customer example.ExaCustomer `json:"customer" comment:"客户详情"`
}