API Test
This commit is contained in:
@@ -2,6 +2,8 @@ namespace Model;
|
||||
|
||||
public class CardNote
|
||||
{
|
||||
public string CardName { get; set; } = "";
|
||||
public string Note { get; set; } = "";
|
||||
public string Username { get; set; } = string.Empty;
|
||||
public string CardName { get; set; } = string.Empty;
|
||||
public string Note { get; set; } = string.Empty;
|
||||
public DateTime UpdatedAt { get; set; } = DateTime.UtcNow;
|
||||
}
|
||||
Reference in New Issue
Block a user