This commit is contained in:
mmrbnjd
2025-07-30 16:39:37 +03:30
parent b3167b83b9
commit 5731c9ff97
6 changed files with 48 additions and 12 deletions

View File

@@ -10,6 +10,7 @@ namespace Common.Dtos
{
public int CompanyID { get; set; }= 0;
public int? ExperID { get; set; }
public int? UserID { get; set; }
public string Username { get; set; } = "";
public string Role { get; set; }= "";
}