zhangqian
2023-08-02 6e9274c27ffc8fe7f41e2c3c06a239d4c3fb09e5
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"`
}