• haoyanbin's avatar
    1 · 9bf9e037
    haoyanbin authored
    9bf9e037
exa_customer.go 130 Bytes
package response

import "gin-vue-admin/model"

type ExaCustomerResponse struct {
	Customer model.ExaCustomer `json:"customer"`
}