...
This commit is contained in:
@@ -6,8 +6,9 @@ namespace Back.Data.Models
|
||||
{
|
||||
public class VerificationCode
|
||||
{
|
||||
[Key, DatabaseGenerated(DatabaseGeneratedOption.None)]
|
||||
|
||||
public int ID { get; set; }
|
||||
public int Code { get; set; }
|
||||
public string prm { get; set; }
|
||||
public string val { get; set; }
|
||||
public string Type { get; set; }
|
||||
|
Reference in New Issue
Block a user