model/response/response.go @@ -109,4 +109,8 @@ SaleTypeResponse struct { List []*model.SaleType `json:"list"` } RegularCustomersResponse struct { List []*model.RegularCustomers `json:"list"` } )