model/request/serviceFollowup.go
@@ -1,6 +1,8 @@ package request import "aps_crm/constvar" import ( "aps_crm/constvar" ) type AddServiceFollowup struct { ServiceFollowup @@ -20,6 +22,7 @@ OldMemberId int `json:"oldMemberId"` Remark string `json:"remark"` File string `json:"file"` CodeStandID string `json:"codeStandID"` //编码id } type UpdateServiceFollowup struct {