model/request/serviceFollowup.go
@@ -1,5 +1,7 @@ package request import "aps_crm/constvar" type AddServiceFollowup struct { ServiceFollowup } @@ -24,3 +26,9 @@ Id int `json:"id"` ServiceFollowup } type GetServiceFollowupList struct { PageInfo KeywordType constvar.ServiceFollowupKeywordType `json:"keywordType"` Keyword string `json:"keyword"` }