zhangqian
2023-08-29 efea3aaac3a6358cbe74891d47221b835a38d297
1
2
3
4
5
6
7
package response
 
import "srm/model/example"
 
type ExaCustomerResponse struct {
    Customer example.ExaCustomer `json:"customer"`
}