package models import "gorm.io/gorm" var ErrRecordNotFound = gorm.ErrRecordNotFound const ( NotifyNotReceived = -1 NotifyReceived = 1 )