@@ -23,4 +23,18 @@ public class VerificationCode : BaseAddAuditEntity
|
||||
[Comment("过期时间")]
|
||||
public DateTime ExpirationTime { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public enum EmailVerifyCodeType
|
||||
{
|
||||
|
||||
ModifyEmail = 1,
|
||||
|
||||
SiteSurvey = 2,
|
||||
|
||||
ForgetPassword = 3,
|
||||
|
||||
MFA = 4,
|
||||
|
||||
AdminResetPassword = 5
|
||||
}
|
||||
Reference in New Issue
Block a user