This commit is contained in:
mmrbnjd
2024-04-14 22:19:39 +03:30
parent f7e3f3b02a
commit 3f429e0539
8 changed files with 118 additions and 42 deletions

View File

@@ -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; }