bygdata/model/example/response/exa_customer.go
2026-03-10 14:09:43 +00:00

8 lines
134 B
Go

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