model/request/followRecord.go
@@ -19,6 +19,7 @@ NextFollowTime string `json:"next_follow_time" gorm:"column:next_follow_time;type:datetime;comment:下次跟进时间"` Purpose string `json:"purpose" gorm:"column:purpose;type:varchar(255);comment:跟进目的"` Content string `json:"content" gorm:"column:content;type:varchar(255);comment:跟进内容"` CodeStandID string `json:"codeStandID" gorm:"column:code_stand_id;type:varchar(255);comment:编码id"` } type UpdateFollowRecord struct {