This commit is contained in:
mmrbnjd
2024-09-19 19:53:44 +03:30
parent 5a02b3b24e
commit cfa6616b03
7 changed files with 42 additions and 25 deletions

View File

@@ -10,5 +10,6 @@
public string Time { get; set; }
public bool Status { get; set; }
public string? Tags { get; set; }
public string? Description { get; set; }
}
}