zhangqian
2023-08-11 e027ac6cb0705ab4eda2a162fb70f4532f24af93
model/request/serviceFollowup.go
@@ -29,8 +29,9 @@
type GetServiceFollowupList struct {
   PageInfo
   KeywordType constvar.ServiceFollowupKeywordType `json:"keywordType"`
   Keyword     string                              `json:"keyword"`
   KeywordType    constvar.ServiceFollowupKeywordType `json:"keywordType"`
   Keyword        string                              `json:"keyword"`
   ServiceOrderId int                                 `json:"serviceOrderId"` //服务回访单id
}
type DeleteServiceFollowup struct {