wangpengfei
2023-08-07 9c2489c0c360c8dda36d3cbe1dba79222096b2dd
model/request/serviceFollowup.go
@@ -1,5 +1,7 @@
package request
import "aps_crm/constvar"
type AddServiceFollowup struct {
   ServiceFollowup
}
@@ -27,7 +29,8 @@
type GetServiceFollowupList struct {
   PageInfo
   Keyword string `json:"keyword"`
   KeywordType constvar.ServiceFollowupKeywordType `json:"keywordType"`
   Keyword     string                              `json:"keyword"`
}
type DeleteServiceFollowup struct {