21 lines
784 B
C#
21 lines
784 B
C#
namespace MSAdminUsuarios.Context
|
|
{
|
|
public class CORREOSAREAMS
|
|
{
|
|
/*public int NU_PK_CORA { get; set; }
|
|
public int? NU_MODULO_CORA { get; set; }
|
|
public int? NU_AREA_CORA { get; set; }
|
|
public int? NU_SEDE_CORA { get; set; }
|
|
public int? BL_ESTADO_CORA { get; set; }
|
|
public string? TX_FKDOC_USUMS { get; set; }
|
|
public string? TX_CORREOS_CORA { get; set; }*/
|
|
public int NU_PK_CRRMS { get; set; }
|
|
public string? TX_AREA_CRRMS { get; set; }
|
|
public int? NU_FK_MS { get; set; }
|
|
public string? TX_FKDOC_USUMS { get; set; }
|
|
public string? TX_SEDES_CRRMS { get; set; }
|
|
public string? TX_CORREOS_CRRMS { get; set; }
|
|
public int? NU_ESTADO_CRRMS { get; set; }
|
|
}
|
|
}
|