model/response/response.go @@ -121,4 +121,8 @@ StatusResponse struct { List []*model.Status `json:"list"` } QuotationResponse struct { List []*model.Quotation `json:"list"` } )