wangpengfei
2023-08-14 f84d9c46574a2cd663105859035bc17891270923
model/request/serviceFollowup.go
@@ -10,7 +10,7 @@
   ClientId     int    `json:"clientId"`
   Number       string `json:"number"`
   ContactId    int    `json:"contactId"`
   ServiceId    int    `json:"serviceId"`
   ServiceOrderId int    `json:"serviceOrderId"`
   MemberId     int    `json:"memberId"`
   PlanId       int    `json:"planId"`
   Satisfaction int    `json:"satisfaction"`
@@ -31,6 +31,7 @@
   PageInfo
   KeywordType constvar.ServiceFollowupKeywordType `json:"keywordType"`
   Keyword     string                              `json:"keyword"`
   ServiceOrderId int                                 `json:"serviceOrderId"` //服务回访单id
}
type DeleteServiceFollowup struct {