zhangqian
2023-08-05 a5ccc6b321a3127ca064b935e42db44428c41305
model/request/serviceFollowup.go
@@ -1,5 +1,7 @@
package request
import "aps_crm/constvar"
type AddServiceFollowup struct {
   ServiceFollowup
}
@@ -27,5 +29,6 @@
type GetServiceFollowupList struct {
   PageInfo
   Keyword string `json:"keyword"`
   KeywordType constvar.ServiceFollowupKeywordType `json:"keywordType"`
   Keyword     string                              `json:"keyword"`
}