bygdata/model/example/response/exa_customer.go
2026-02-12 00:16:08 +00:00

8 lines
134 B
Go

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