добавил переделывание паспортов

This commit is contained in:
Дмитрий Шиманский
2023-10-26 19:57:40 +03:00
parent b4f1dfdbb4
commit d612c80bc9
13 changed files with 622 additions and 63 deletions

View File

@@ -12,6 +12,7 @@ namespace DiscordApp.Database.Tables
public ulong Employee { get; set; }
public string Applicant { get; set; }
public long Date { get; set; }
public long birthDate { get; set; }
public Supporter Support { get; set; }
public string Gender { get; set; }
public string RpName { get; set; }