model/serviceFollowup.go
@@ -21,7 +21,8 @@ OldMemberId int `json:"oldMemberId" gorm:"column:old_member_id;type:int;comment:原服务人员"` Remark string `json:"remark" gorm:"column:remark;type:text;comment:备注"` File string `json:"file" gorm:"column:file;type:varchar(255);comment:附件"` gorm.Model `json:"-"` gorm.Model `json:"-"` } ServiceFollowupSearch struct {