bygdata/model/example/response/exa_customer.go
liuzhiwang e57ec346ea add
2026-02-02 17:57:11 +08:00

8 lines
138 B
Go

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