Ajustes para trasmitir expedientes

This commit is contained in:
2026-03-06 12:56:41 -07:00
parent dcfd606a1c
commit c52344d7f8
13 changed files with 924 additions and 401 deletions

View File

@@ -15,5 +15,7 @@ namespace EFCDesk.Entidades
public string FechaCreacion { get; set; } = "";
public string Ruta { get; set; } = "";
public string Ticks { get; set; } = "";
public string TaskId { get; set; } = "";
}
}