Apigateway/Microservicios/MsUsuarios/Context/CORREOSAREAMS.cs

21 lines
784 B
C#
Raw Normal View History

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; }
}
}