JM-WechatMini/model/example/response/exa_customer.go
2023-11-02 04:34:46 +08:00

8 lines
134 B
Go

package response
import "miniapp/model/example"
type ExaCustomerResponse struct {
Customer example.ExaCustomer `json:"customer"`
}