model/response/response.go @@ -165,4 +165,8 @@ ServiceFollowupResponse struct { List []*model.ServiceFollowup `json:"list"` } CustomerServiceSheetResponse struct { List []*model.CustomerServiceSheet `json:"list"` } )