package visit_m import "hilo-user/domain/model" func (userVisit *UserVisit) Persistent() error { return model.Persistent(userVisit.Db, userVisit) }