xiecheng_server/model/example/response/exa_customer.go
2025-03-28 17:14:57 +08:00

8 lines
161 B
Go

package response
import "git.echol.cn/loser/xiecheng_server/model/example"
type ExaCustomerResponse struct {
Customer example.ExaCustomer `json:"customer"`
}