model/request/followRecord.go
@@ -1,7 +1,5 @@ package request import "aps_crm/proto/code" type AddFollowRecord struct { FollowRecord FollowRecord `json:"follow_record" binding:"required"` } @@ -22,7 +20,6 @@ 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"` CodeRule code.CodeStandard `json:"codeRule"` } type UpdateFollowRecord struct {