first commit
This commit is contained in:
19
Classes/ArchivosProcesados.cs
Normal file
19
Classes/ArchivosProcesados.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace EFCDesk.Classes
|
||||
{
|
||||
internal class ArchivosProcesados
|
||||
{
|
||||
public int IdArchivo { get; set; }
|
||||
public string NombreArchivo { get; set; }
|
||||
public string RutaArchivo { get; set; }
|
||||
public string Estado { get; set; }
|
||||
public DateTime FechaProcesado { get; set; }
|
||||
public string FolderExpedinete { get; set; }
|
||||
public string ArchivoZip { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user